@DeprecatedSE public final class LocalDateParser extends ObjectSE implements Parser<LocalDate>
DateTimeFormatter を使用して Joda LocalDate インスタンスを解析します。| コンストラクターと説明 |
|---|
LocalDateParser(DateTimeFormatter formatter) 使用すべきではありません。 新しい DateTimeParser を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
LocalDate | parse(StringSE text, LocaleSE locale) 使用すべきではありません。 テキスト文字列を解析して T を生成します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic LocalDateParser(DateTimeFormatter formatter)
formatter - Joda DateTimeFormatter インスタンス public LocalDate parse(StringSE text, LocaleSE locale) throws ParseExceptionSE
ParserParser<LocalDate> の parse text - テキスト文字列 locale - 現在のユーザーロケール ParseExceptionSE - java.text 解析ライブラリで解析例外が発生したとき