Class JsonbLocalDateTimeConverter

  • All Implemented Interfaces:
    org.apache.johnzon.mapper.Converter<java.time.LocalDateTime>, org.apache.johnzon.mapper.MapperConverter

    public class JsonbLocalDateTimeConverter
    extends JsonbDateConverterBase<java.time.LocalDateTime>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.johnzon.mapper.Converter

        org.apache.johnzon.mapper.Converter.TypeAccess
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonbLocalDateTimeConverter​(javax.json.bind.annotation.JsonbDateFormat dateFormat)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.LocalDateTime fromString​(java.lang.String text)  
      java.lang.String toString​(java.time.LocalDateTime instance)  
      • Methods inherited from class java.lang.Object

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

      • JsonbLocalDateTimeConverter

        public JsonbLocalDateTimeConverter​(javax.json.bind.annotation.JsonbDateFormat dateFormat)
    • Method Detail

      • toString

        public java.lang.String toString​(java.time.LocalDateTime instance)
      • fromString

        public java.time.LocalDateTime fromString​(java.lang.String text)