インターフェース Formatter<T>

型パラメーター:
T - このフォーマッタがフォーマットするオブジェクトの型
すべてのスーパーインターフェース:
Parser<T>Printer<T>
すべての既知の実装クラス:
AbstractNumberFormatterCurrencyStyleFormatterCurrencyUnitFormatterDateFormatterInstantFormatterMonetaryAmountFormatterNumberStyleFormatterPercentStyleFormatter

public interface Formatter<T> extends Printer<T>, Parser<T>
型 T のオブジェクトをフォーマットします。フォーマッターは、オブジェクト型のプリンターパーサーの両方です。
導入:
3.0
作成者:
Keith Donald
  • メソッドのサマリー

    インターフェース org.springframework.format.Parser から継承されたメソッド

    parse

    インターフェース org.springframework.format.Printer から継承されたメソッド

    print