Uses of Interface
com.avaje.ebean.text.json.JsonWriteBeanVisitor

Packages that use JsonWriteBeanVisitor
com.avaje.ebean.text.json JSON formatting and parsing objects (See JsonContext). 
 

Uses of JsonWriteBeanVisitor in com.avaje.ebean.text.json
 

Methods in com.avaje.ebean.text.json that return types with arguments of type JsonWriteBeanVisitor
 Map<String,JsonWriteBeanVisitor<?>> JsonWriteOptions.getVisitorMap()
          Return the Map of registered JsonWriteBeanVisitor's by path.
 

Methods in com.avaje.ebean.text.json with parameters of type JsonWriteBeanVisitor
 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.
 



Copyright © 2010. All Rights Reserved.