クラス LocalDateTimeToStringConverter
java.lang.ObjectSE
org.springframework.batch.core.converter.LocalDateTimeToStringConverter
- 実装済みのインターフェース一覧:
org.springframework.core.convert.converter.Converter<LocalDateTimeSE,StringSE>
public class LocalDateTimeToStringConverter
extends ObjectSE
implements org.springframework.core.convert.converter.Converter<LocalDateTimeSE,StringSE>
LocalDateTimeSE から StringSE への Converter 実装。 このコンバーターは、DateTimeFormatter.ISO_LOCAL_DATE_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
コンストラクターの詳細
LocalDateTimeToStringConverter
public LocalDateTimeToStringConverter()
方法の詳細
convert
- 次で指定:
- インターフェース
org.springframework.core.convert.converter.Converter<LocalDateTimeSE,内のStringSE> convert