Uses of Enum
io.ebean.config.JsonConfig.Include
Packages that use JsonConfig.Include
Package
Description
Configuration settings for Database construction
JSON formatting and parsing objects (See JsonContext).
-
Uses of JsonConfig.Include in io.ebean
Methods in io.ebean that return JsonConfig.IncludeModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getJsonInclude()
Return the JSON include mode used when writing JSON.Methods in io.ebean with parameters of type JsonConfig.IncludeModifier and TypeMethodDescriptiondefault DatabaseBuilder
DatabaseBuilder.jsonInclude
(JsonConfig.Include jsonInclude) Set the JSON include mode used when writing JSON.DatabaseBuilder.setJsonInclude
(JsonConfig.Include jsonInclude) Deprecated. -
Uses of JsonConfig.Include in io.ebean.config
Methods in io.ebean.config that return JsonConfig.IncludeModifier and TypeMethodDescriptionDatabaseConfig.getJsonInclude()
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.Methods in io.ebean.config with parameters of type JsonConfig.Include -
Uses of JsonConfig.Include in io.ebean.text.json
Fields in io.ebean.text.json declared as JsonConfig.IncludeMethods in io.ebean.text.json that return JsonConfig.IncludeModifier and TypeMethodDescriptionJsonWriteOptions.getInclude()
Return the include mode for this request.Methods in io.ebean.text.json with parameters of type JsonConfig.IncludeModifier and TypeMethodDescriptionvoid
JsonWriteOptions.setInclude
(JsonConfig.Include include) Set the include mode for this request.
DatabaseBuilder.jsonInclude(JsonConfig.Include)
.