Uses of Interface
io.ebean.text.json.JsonWriteBeanVisitor
Packages that use JsonWriteBeanVisitor
-
Uses of JsonWriteBeanVisitor in io.ebean.text.json
Fields in io.ebean.text.json with type parameters of type JsonWriteBeanVisitorModifier and TypeFieldDescriptionprotected Map<String,
JsonWriteBeanVisitor<?>> JsonWriteOptions.visitorMap
Methods in io.ebean.text.json that return types with arguments of type JsonWriteBeanVisitorModifier and TypeMethodDescriptionJsonWriteOptions.getVisitorMap()
Return the Map of registered JsonWriteBeanVisitor's by path.Methods in io.ebean.text.json with parameters of type JsonWriteBeanVisitorModifier and TypeMethodDescriptionJsonWriteOptions.setPathVisitor
(String path, JsonWriteBeanVisitor<?> visitor) Register a JsonWriteBeanVisitor for the given path.JsonWriteOptions.setRootPathVisitor
(JsonWriteBeanVisitor<?> visitor) Register a JsonWriteBeanVisitor for the root level.