クラス NumberFormatAnnotationFormatterFactory
java.lang.ObjectSE
org.springframework.context.support.EmbeddedValueResolutionSupport
org.springframework.format.number.NumberFormatAnnotationFormatterFactory
- 実装されたすべてのインターフェース:
Aware
、EmbeddedValueResolverAware
、AnnotationFormatterFactory<NumberFormat>
public class NumberFormatAnnotationFormatterFactory
extends EmbeddedValueResolutionSupport
implements AnnotationFormatterFactory<NumberFormat>
NumberFormat
アノテーションが付けられたフィールドをフォーマットします。- 導入:
- 3.0
- 作成者:
- Keith Donald, Juergen Hoeller
- 関連事項:
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明アノテーションでアノテーションを付けることができるフィールドの型 <A>。</a>getParser
(NumberFormat annotation, ClassSE<?> fieldType) annotation
のアノテーションが付けられたfieldType
のフィールドに対して送信された値を解析するパーサーを取得します。getPrinter
(NumberFormat annotation, ClassSE<?> fieldType) annotation
のアノテーションが付けられたfieldType
のフィールドの値を出力するプリンターを取得します。クラス org.springframework.context.support.EmbeddedValueResolutionSupport から継承されたメソッド
resolveEmbeddedValue, setEmbeddedValueResolver
コンストラクターの詳細
NumberFormatAnnotationFormatterFactory
public NumberFormatAnnotationFormatterFactory()
メソッドの詳細
getFieldTypes
インターフェースからコピーされた説明:AnnotationFormatterFactory
アノテーションでアノテーションを付けることができるフィールドの型 <A>。</a>- 次で指定:
- インターフェース
AnnotationFormatterFactory<NumberFormat>
のgetFieldTypes
getPrinter
インターフェースからコピーされた説明:AnnotationFormatterFactory
annotation
のアノテーションが付けられたfieldType
のフィールドの値を出力するプリンターを取得します。プリンターが受け入れる型 T が
fieldType
に割り当て可能でない場合、プリンターが呼び出される前にfieldType
から T への強制が試行されます。- 次で指定:
- インターフェース
AnnotationFormatterFactory<NumberFormat>
のgetPrinter
- パラメーター:
annotation
- アノテーションインスタンスfieldType
- アノテーションが付けられたフィールドの型- 戻り値:
- プリンター
getParser
インターフェースからコピーされた説明:AnnotationFormatterFactory
annotation
のアノテーションが付けられたfieldType
のフィールドに対して送信された値を解析するパーサーを取得します。パーサーが返すオブジェクトが
fieldType
に割り当てられない場合、フィールドが設定される前にfieldType
への強制が試行されます。- 次で指定:
- インターフェース
AnnotationFormatterFactory<NumberFormat>
のgetParser
- パラメーター:
annotation
- アノテーションインスタンスfieldType
- アノテーションが付けられたフィールドの型- 戻り値:
- パーサー