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.config
Methods in io.ebean.config that return JsonConfig.IncludeModifier and TypeMethodDescriptionDatabaseConfig.getJsonInclude()Return the JSON include mode used when writing JSON.static JsonConfig.IncludeReturns 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.IncludeModifier and TypeMethodDescriptionvoidDatabaseConfig.setJsonInclude(JsonConfig.Include jsonInclude) Set the JSON include mode used when writing JSON. -
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 TypeMethodDescriptionvoidJsonWriteOptions.setInclude(JsonConfig.Include include) Set the include mode for this request.