public class ThaiBuddhistDateConverter extends AbstractChronoLocalDateConverter<java.time.chrono.ThaiBuddhistEra>
ThaiBuddhistDate
to a string.Constructor and Description |
---|
ThaiBuddhistDateConverter() |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(java.lang.Class type)
Determines whether the converter can marshall a particular type.
|
protected java.time.chrono.ChronoLocalDate |
chronoLocalDateOf(java.time.chrono.ThaiBuddhistEra era,
int prolepticYear,
int month,
int dayOfMonth) |
protected java.time.chrono.ThaiBuddhistEra |
eraOf(java.lang.String id) |
java.lang.Object |
fromString(java.lang.String str)
Unmarshals an Object from its single value representation.
|
parseChronoLocalDate
toString
public boolean canConvert(java.lang.Class type)
ConverterMatcher
canConvert
in interface ConverterMatcher
canConvert
in class AbstractSingleValueConverter
type
- the Class representing the object type to be convertedpublic java.lang.Object fromString(java.lang.String str)
SingleValueConverter
fromString
in interface SingleValueConverter
fromString
in class AbstractSingleValueConverter
str
- the String with the single value of the Objectprotected java.time.chrono.ChronoLocalDate chronoLocalDateOf(java.time.chrono.ThaiBuddhistEra era, int prolepticYear, int month, int dayOfMonth)
chronoLocalDateOf
in class AbstractChronoLocalDateConverter<java.time.chrono.ThaiBuddhistEra>
protected java.time.chrono.ThaiBuddhistEra eraOf(java.lang.String id)
eraOf
in class AbstractChronoLocalDateConverter<java.time.chrono.ThaiBuddhistEra>