Class JaversCoreProperties.PrettyPrintDateFormats

java.lang.Object
org.javers.core.JaversCoreProperties.PrettyPrintDateFormats
Enclosing class:
JaversCoreProperties

public static class JaversCoreProperties.PrettyPrintDateFormats extends Object
  • Constructor Details

    • PrettyPrintDateFormats

      public PrettyPrintDateFormats()
  • Method Details

    • registerFormat

      public void registerFormat(Class<? extends Temporal> forType, String format)
    • setLocalDateTime

      public void setLocalDateTime(String localDateTime)
    • setZonedDateTime

      public void setZonedDateTime(String zonedDateTime)
    • setLocalDate

      public void setLocalDate(String localDate)
    • setLocalTime

      public void setLocalTime(String localTime)
    • getLocalDateTime

      public String getLocalDateTime()
    • getZonedDateTime

      public String getZonedDateTime()
    • getLocalDate

      public String getLocalDate()
    • getLocalTime

      public String getLocalTime()
    • getFormats

      public Map<Class<? extends Temporal>,String> getFormats()