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