Uses of Class
flexjson.PathExpression

Packages that use PathExpression
flexjson   
 

Uses of PathExpression in flexjson
 

Methods in flexjson that return types with arguments of type PathExpression
 java.util.List<PathExpression> JSONSerializer.getExcludes()
          Return the fields excluded from serialization.
 java.util.List<PathExpression> JSONSerializer.getIncludes()
          Return the fields included in serialization.