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