Uses of Class
flexjson.PathExpression

Packages that use PathExpression
flexjson   
 

Uses of PathExpression in flexjson
 

Methods in flexjson that return PathExpression
protected  PathExpression JSONContext.matches(List<PathExpression> expressions)
           
 

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

Method parameters in flexjson with type arguments of type PathExpression
protected  PathExpression JSONContext.matches(List<PathExpression> expressions)
           
 void JSONContext.setPathExpressions(List<PathExpression> pathExpressions)
           
 



Copyright © 2014. All Rights Reserved.