Uses of Class
io.ebean.config.JsonConfig.DateTime
-
Packages that use JsonConfig.DateTime Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of JsonConfig.DateTime in io.ebean.config
Methods in io.ebean.config that return JsonConfig.DateTime Modifier and Type Method Description JsonConfig.DateTime
DatabaseConfig. getJsonDateTime()
Return the JSON format used for DateTime types.static JsonConfig.DateTime
JsonConfig.DateTime. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonConfig.DateTime[]
JsonConfig.DateTime. 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.DateTime Modifier and Type Method Description void
DatabaseConfig. setJsonDateTime(JsonConfig.DateTime jsonDateTime)
Set the JSON format to use for DateTime types.
-