Uses of Class
io.ebean.config.JsonConfig.Include
-
Packages that use JsonConfig.Include Package Description io.ebean.config Configuration settings for Database constructionio.ebean.text.json JSON formatting and parsing objects (See JsonContext). -
-
Uses of JsonConfig.Include in io.ebean.config
Methods in io.ebean.config that return JsonConfig.Include Modifier and Type Method Description JsonConfig.Include
DatabaseConfig. getJsonInclude()
Return the JSON include mode used when writing JSON.static JsonConfig.Include
JsonConfig.Include. valueOf(String name)
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 Modifier and Type Method Description void
DatabaseConfig. setJsonInclude(JsonConfig.Include jsonInclude)
Set the JSON include mode used when writing JSON. -
Uses of JsonConfig.Include in io.ebean.text.json
Methods in io.ebean.text.json that return JsonConfig.Include Modifier and Type Method Description JsonConfig.Include
JsonWriteOptions. getInclude()
Return the include mode for this request.Methods in io.ebean.text.json with parameters of type JsonConfig.Include Modifier and Type Method Description void
JsonWriteOptions. setInclude(JsonConfig.Include include)
Set the include mode for this request.
-