Uses of Enum
io.ebean.config.JsonConfig.DateTime
Packages that use JsonConfig.DateTime
Package
Description
Configuration settings for Database construction
-
Uses of JsonConfig.DateTime in io.ebean
Methods in io.ebean that return JsonConfig.DateTimeModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getJsonDateTime()
Return the JSON format used for DateTime types.Methods in io.ebean with parameters of type JsonConfig.DateTimeModifier and TypeMethodDescriptiondefault DatabaseBuilder
DatabaseBuilder.jsonDateTime
(JsonConfig.DateTime jsonDateTime) Set the JSON format to use for DateTime types.DatabaseBuilder.setJsonDateTime
(JsonConfig.DateTime jsonDateTime) Deprecated. -
Uses of JsonConfig.DateTime in io.ebean.config
Methods in io.ebean.config that return JsonConfig.DateTimeModifier and TypeMethodDescriptionDatabaseConfig.getJsonDateTime()
static JsonConfig.DateTime
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.DateTimeModifier and TypeMethodDescriptionDatabaseConfig.setJsonDateTime
(JsonConfig.DateTime jsonDateTime)
DatabaseBuilder.jsonDateTime(JsonConfig.DateTime)
.