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.
|
parseChronoLocalDatetoStringprivate final java.util.Set<java.time.chrono.Chronology> hijrahChronologies
public HijrahDateConverter()
public boolean canConvert(java.lang.Class type)
ConverterMatchercanConvert in interface ConverterMatchercanConvert in class AbstractSingleValueConvertertype - the Class representing the object type to be convertedpublic java.lang.Object fromString(java.lang.String str)
SingleValueConverterfromString in interface SingleValueConverterfromString in class AbstractSingleValueConverterstr - 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>