Uses of Class
io.ebean.text.json.JsonWriteOptions
Packages that use JsonWriteOptions
-
Uses of JsonWriteOptions in io.ebean.text.json
Methods in io.ebean.text.json that return JsonWriteOptionsModifier and TypeMethodDescriptionstatic JsonWriteOptions
Parse and return a PathProperties from nested string format like (a,b,c(d,e),f(g)) where "c" is a path containing "d" and "e" and "f" is a path containing "g" and the root path contains "a","b","c" and "f".static JsonWriteOptions
JsonWriteOptions.pathProperties
(FetchPath pathProperties) Construct JsonWriteOptions with the given pathProperties.JsonWriteOptions.setPathVisitor
(String path, JsonWriteBeanVisitor<?> visitor) Register a JsonWriteBeanVisitor for the given path.JsonWriteOptions.setRootPathVisitor
(JsonWriteBeanVisitor<?> visitor) Register a JsonWriteBeanVisitor for the root level.Methods in io.ebean.text.json with parameters of type JsonWriteOptionsModifier and TypeMethodDescriptionvoid
JsonContext.toJson
(Object value, com.fasterxml.jackson.core.JsonGenerator generator, JsonWriteOptions options) Deprecated in favour of using PathProperties by itself.JsonContext.toJson
(Object value, JsonWriteOptions options) Deprecated in favour of using PathProperties by itself.void
JsonContext.toJson
(Object value, Writer writer, JsonWriteOptions options) Deprecated in favour of using PathProperties by itself.