Uses of Class
flexjson.Path

Packages that use Path
flexjson   
flexjson.locators   
 

Uses of Path in flexjson
 

Methods in flexjson that return Path
 Path Path.enqueue(String field)
           
 Path ObjectBinder.getCurrentPath()
           
 Path JSONContext.getPath()
           
static Path Path.parse(String path)
           
 

Methods in flexjson with parameters of type Path
 Class ObjectBinder.findClassAtPath(Path currentPath)
           
 Class ClassLocator.locate(ObjectBinder context, Path currentPath)
           
 boolean PathExpression.matches(Path path)
           
 ObjectBinder ObjectBinder.use(Path path, ObjectFactory factory)
           
 

Method parameters in flexjson with type arguments of type Path
 void JSONContext.setPathTransformers(Map<Path,Transformer> pathTransformerMap)
          used to pass in configured transformers from the JsonSerializer
 

Uses of Path in flexjson.locators
 

Methods in flexjson.locators with parameters of type Path
 Class TypeLocator.locate(ObjectBinder context, Path currentPath)
           
 Class StaticClassLocator.locate(ObjectBinder context, Path currentPath)
           
 



Copyright © 2014. All Rights Reserved.