Uses of Interface
io.ebean.text.json.JsonWriteBeanVisitor
-
Uses of JsonWriteBeanVisitor in io.ebean.text.json
Modifier and TypeFieldDescriptionprotected Map<String,
JsonWriteBeanVisitor<?>> JsonWriteOptions.visitorMap
Modifier and TypeMethodDescriptionJsonWriteOptions.getVisitorMap()
Return the Map of registered JsonWriteBeanVisitor's by path.Modifier 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.