Class JsonbDateConverterBase<T>

    • Nested Class Summary

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

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

      Fields 
      Modifier and Type Field Description
      protected java.time.format.DateTimeFormatter formatter  
    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.johnzon.mapper.Converter

        fromString, toString
    • Field Detail

      • formatter

        protected final java.time.format.DateTimeFormatter formatter
    • Constructor Detail

      • JsonbDateConverterBase

        protected JsonbDateConverterBase​(javax.json.bind.annotation.JsonbDateFormat dateFormat)