Class JaversCoreProperties.PrettyPrintDateFormats

  • Enclosing class:
    JaversCoreProperties

    public static class JaversCoreProperties.PrettyPrintDateFormats
    extends java.lang.Object
    • Constructor Detail

      • PrettyPrintDateFormats

        public PrettyPrintDateFormats()
    • Method Detail

      • registerFormat

        public void registerFormat​(java.lang.Class<? extends java.time.temporal.Temporal> forType,
                                   java.lang.String format)
      • setLocalDateTime

        public void setLocalDateTime​(java.lang.String localDateTime)
      • setZonedDateTime

        public void setZonedDateTime​(java.lang.String zonedDateTime)
      • setLocalDate

        public void setLocalDate​(java.lang.String localDate)
      • setLocalTime

        public void setLocalTime​(java.lang.String localTime)
      • getLocalDateTime

        public java.lang.String getLocalDateTime()
      • getZonedDateTime

        public java.lang.String getZonedDateTime()
      • getLocalDate

        public java.lang.String getLocalDate()
      • getLocalTime

        public java.lang.String getLocalTime()
      • getFormats

        public java.util.Map<java.lang.Class<? extends java.time.temporal.Temporal>,​java.lang.String> getFormats()