クラス LocalTimeToStringConverter
java.lang.ObjectSE
org.springframework.batch.core.converter.LocalTimeToStringConverter
- 実装済みのインターフェース一覧:
org.springframework.core.convert.converter.Converter<LocalTimeSE,StringSE>
public class LocalTimeToStringConverter
extends ObjectSE
implements org.springframework.core.convert.converter.Converter<LocalTimeSE,StringSE>
LocalTimeSE から StringSE への Converter 実装。 このコンバーターは、DateTimeFormatter.ISO_LOCAL_TIMESE 形式に従って時間をフォーマットします。
- 導入:
- 5.0.1
- 作成者:
- Mahmoud Ben Hassine
フィールド概要
フィールド修飾子と型フィールド説明protected DateTimeFormatterSEprotected DateTimeFormatterSEprotected DateTimeFormatterSEprotected DateTimeFormatterSEコンストラクター概要
コンストラクター方法の概要
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.core.convert.converter.Converter から継承されたメソッド
andThen
フィールドの詳細
instantFormatter
localDateFormatter
localTimeFormatter
localDateTimeFormatter
コンストラクターの詳細
LocalTimeToStringConverter
public LocalTimeToStringConverter()
方法の詳細
convert
- 次で指定:
- インターフェース
org.springframework.core.convert.converter.Converter<LocalTimeSE,内のStringSE> convert