Class HijrahDateConverter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Set<java.time.chrono.Chronology> hijrahChronologies  
    • Constructor Summary

      Constructors 
      Constructor Description
      HijrahDateConverter()
      Constructs a HijrahDateConverter instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hijrahChronologies

        private final java.util.Set<java.time.chrono.Chronology> hijrahChronologies
    • Constructor Detail

      • HijrahDateConverter

        public HijrahDateConverter()
        Constructs a HijrahDateConverter instance.