Uses of Enum
io.ebean.config.JsonConfig.Date
Packages that use JsonConfig.Date
-
Uses of JsonConfig.Date in io.ebean.config
Methods in io.ebean.config that return JsonConfig.DateModifier and TypeMethodDescriptionDatabaseConfig.getJsonDate()Return the JSON format used for Date types.static JsonConfig.DateReturns 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.DateModifier and TypeMethodDescriptionvoidDatabaseConfig.setJsonDate(JsonConfig.Date jsonDate) Set the JSON format to use for Date types.