クラス
org.apache.commons.lang.builder.ToStringStyle の使用

ToStringStyle を使用しているパッケージ
org.apache.commons.lang.builder 首尾一貫した equals(Object)toString()hashCode()compareTo(Object) メソッドの生成を補助します。  
 

org.apache.commons.lang.builder での ToStringStyle の使用
 

org.apache.commons.lang.builder での ToStringStyle のサブクラス
 class StandardToStringStyle
          Works with ToStringBuilder to create a toString.
 

ToStringStyle として宣言されている org.apache.commons.lang.builder のフィールド
static ToStringStyle ToStringStyle.DEFAULT_STYLE
          The default toString style.
static ToStringStyle ToStringStyle.MULTI_LINE_STYLE
          The multi line toString style.
static ToStringStyle ToStringStyle.NO_FIELD_NAMES_STYLE
          The no field names toString style.
static ToStringStyle ToStringStyle.SIMPLE_STYLE
          The simple toString style.
 

ToStringStyle を返す org.apache.commons.lang.builder のメソッド
static ToStringStyle ToStringBuilder.getDefaultStyle()
          Gets the default ToStringStyle to use.
 ToStringStyle ToStringBuilder.getStyle()
          Gets the ToStringStyle being used.
 

ToStringStyle 型のパラメータを持つ org.apache.commons.lang.builder のメソッド
static String ToStringBuilder.reflectionToString(Object object, ToStringStyle style)
          Forwards to ReflectionToStringBuilder.
static String ToStringBuilder.reflectionToString(Object object, ToStringStyle style, boolean outputTransients)
          Forwards to ReflectionToStringBuilder.
static String ToStringBuilder.reflectionToString(Object object, ToStringStyle style, boolean outputTransients, Class reflectUpToClass)
          Forwards to ReflectionToStringBuilder.
static void ToStringBuilder.setDefaultStyle(ToStringStyle style)
          Sets the default ToStringStyle to use.
static String ReflectionToStringBuilder.toString(Object object, ToStringStyle style)
          This method uses reflection to build a suitable toString.
static String ReflectionToStringBuilder.toString(Object object, ToStringStyle style, boolean outputTransients)
          This method uses reflection to build a suitable toString.
static String ReflectionToStringBuilder.toString(Object object, ToStringStyle style, boolean outputTransients, Class reflectUpToClass)
          This method uses reflection to build a suitable toString.
 

ToStringStyle 型のパラメータを持つ org.apache.commons.lang.builder のコンストラクタ
ToStringBuilder(Object object, ToStringStyle style)
          Constructor for ToStringBuilder specifying the output style.
ToStringBuilder(Object object, ToStringStyle style, StringBuffer buffer)
          Constructor for ToStringBuilder.
ReflectionToStringBuilder(Object object, ToStringStyle style)
          Constructor.
ReflectionToStringBuilder(Object object, ToStringStyle style, StringBuffer buffer)
          Constructor.
ReflectionToStringBuilder(Object object, ToStringStyle style, StringBuffer buffer, Class reflectUpToClass, boolean outputTransients)
          Constructor.
 



このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation