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.IncludeDatabaseConfig. getJsonInclude()Return the JSON include mode used when writing JSON.static JsonConfig.IncludeJsonConfig.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 voidDatabaseConfig. 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.IncludeJsonWriteOptions. 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 voidJsonWriteOptions. setInclude(JsonConfig.Include include)Set the include mode for this request.
-