Uses of Enum
io.ebean.config.JsonConfig.DateTime
Packages that use JsonConfig.DateTime
-
Uses of JsonConfig.DateTime in io.ebean.config
Methods in io.ebean.config that return JsonConfig.DateTimeModifier and TypeMethodDescriptionDatabaseConfig.getJsonDateTime()Return the JSON format used for DateTime types.static JsonConfig.DateTimeReturns 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 TypeMethodDescriptionvoidDatabaseConfig.setJsonDateTime(JsonConfig.DateTime jsonDateTime) Set the JSON format to use for DateTime types.