Uses of Class
com.avaje.ebean.text.PathProperties

Packages that use PathProperties
com.avaje.ebean.text Utility objects for CSV, JSON and XML processing. 
com.avaje.ebean.text.json JSON formatting and parsing objects (See JsonContext). 
 

Uses of PathProperties in com.avaje.ebean.text
 

Methods in com.avaje.ebean.text that return PathProperties
 PathProperties PathProperties.copy()
          Create a copy of this instance so that it can be modified.
static PathProperties PathProperties.parse(String source)
          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".
 

Methods in com.avaje.ebean.text with parameters of type PathProperties
 PathProperties.Props PathProperties.Props.copy(PathProperties newOwner)
          Create a shallow copy of this Props instance.
 

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

Methods in com.avaje.ebean.text.json that return PathProperties
 PathProperties JsonWriteOptions.getPathProperties()
          Return the properties to include by path.
 

Methods in com.avaje.ebean.text.json with parameters of type PathProperties
 void JsonWriteOptions.setPathProperties(PathProperties pathProperties)
          Set the Map of properties to include by path.
 



Copyright © 2010. All Rights Reserved.