Uses of Enum
io.ebean.config.JsonConfig.Include
Package
Description
Configuration settings for Database construction
JSON formatting and parsing objects (See JsonContext).
-
Uses of JsonConfig.Include in io.ebean.config
Modifier and TypeMethodDescriptionDatabaseConfig.getJsonInclude()
Return the JSON include mode used when writing JSON.static JsonConfig.Include
Returns the enum constant of this type with the specified name.static JsonConfig.Include[]
JsonConfig.Include.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.setJsonInclude
(JsonConfig.Include jsonInclude) Set the JSON include mode used when writing JSON. -
Uses of JsonConfig.Include in io.ebean.text.json
Modifier and TypeMethodDescriptionJsonWriteOptions.getInclude()
Return the include mode for this request.Modifier and TypeMethodDescriptionvoid
JsonWriteOptions.setInclude
(JsonConfig.Include include) Set the include mode for this request.