Uses of Enum
io.ebean.config.JsonConfig.Date
-
Uses of JsonConfig.Date in io.ebean.config
Modifier and TypeMethodDescriptionDatabaseConfig.getJsonDate()
Return the JSON format used for Date types.static JsonConfig.Date
Returns the enum constant of this type with the specified name.static JsonConfig.Date[]
JsonConfig.Date.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.setJsonDate
(JsonConfig.Date jsonDate) Set the JSON format to use for Date types.