public class HijrahDateConverter extends AbstractChronoLocalDateConverter<java.time.chrono.HijrahEra>
HijrahDate
to a string.Modifier and Type | Field and Description |
---|---|
private java.util.Set<java.time.chrono.Chronology> |
hijrahChronologies |
Constructor and Description |
---|
HijrahDateConverter()
Constructs a HijrahDateConverter instance.
|
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.HijrahEra era,
int prolepticYear,
int month,
int dayOfMonth) |
protected java.time.chrono.HijrahEra |
eraOf(java.lang.String id) |
java.lang.Object |
fromString(java.lang.String str)
Unmarshals an Object from its single value representation.
|
parseChronoLocalDate
toString
private final java.util.Set<java.time.chrono.Chronology> hijrahChronologies
public HijrahDateConverter()
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.HijrahEra era, int prolepticYear, int month, int dayOfMonth)
chronoLocalDateOf
in class AbstractChronoLocalDateConverter<java.time.chrono.HijrahEra>
protected java.time.chrono.HijrahEra eraOf(java.lang.String id)
eraOf
in class AbstractChronoLocalDateConverter<java.time.chrono.HijrahEra>