Uses of Class
io.ebean.config.JsonConfig.Date
-
Packages that use JsonConfig.Date Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of JsonConfig.Date in io.ebean.config
Methods in io.ebean.config that return JsonConfig.Date Modifier and Type Method Description JsonConfig.Date
DatabaseConfig. getJsonDate()
Return the JSON format used for Date types.static JsonConfig.Date
JsonConfig.Date. valueOf(String name)
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.Methods in io.ebean.config with parameters of type JsonConfig.Date Modifier and Type Method Description void
DatabaseConfig. setJsonDate(JsonConfig.Date jsonDate)
Set the JSON format to use for Date types.
-