Package org.javers.core
Class JaversCoreProperties.PrettyPrintDateFormats
java.lang.Object
org.javers.core.JaversCoreProperties.PrettyPrintDateFormats
- Enclosing class:
- JaversCoreProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterFormat(Class<? extends Temporal> forType, String format) voidsetLocalDate(String localDate) voidsetLocalDateTime(String localDateTime) voidsetLocalTime(String localTime) voidsetZonedDateTime(String zonedDateTime)
-
Constructor Details
-
PrettyPrintDateFormats
public PrettyPrintDateFormats()
-
-
Method Details
-
registerFormat
-
setLocalDateTime
-
setZonedDateTime
-
setLocalDate
-
setLocalTime
-
getLocalDateTime
-
getZonedDateTime
-
getLocalDate
-
getLocalTime
-
getFormats
-