Uses of Interface
io.ebean.text.json.JsonWriteBeanVisitor
-
Packages that use JsonWriteBeanVisitor Package Description io.ebean.text.json JSON formatting and parsing objects (See JsonContext). -
-
Uses of JsonWriteBeanVisitor in io.ebean.text.json
Methods in io.ebean.text.json that return types with arguments of type JsonWriteBeanVisitor Modifier and Type Method Description Map<String,JsonWriteBeanVisitor<?>>
JsonWriteOptions. getVisitorMap()
Return the Map of registered JsonWriteBeanVisitor's by path.Methods in io.ebean.text.json with parameters of type JsonWriteBeanVisitor Modifier and Type Method Description JsonWriteOptions
JsonWriteOptions. setPathVisitor(String path, JsonWriteBeanVisitor<?> visitor)
Register a JsonWriteBeanVisitor for the given path.JsonWriteOptions
JsonWriteOptions. setRootPathVisitor(JsonWriteBeanVisitor<?> visitor)
Register a JsonWriteBeanVisitor for the root level.
-