Package com.jayway.jsonpath

Interface Summary
JsonModel.ArrayOps Operations that can be performed on Json arrays (Lists)
JsonModel.ListMappingModelReader Converts a JsonModel to an Collection of Objects
JsonModel.MappingModelReader Object mapping interface used when for root object that can be either a List or a Map.
JsonModel.ObjectMappingModelReader Converts a JsonModel to an Object
JsonModel.ObjectOps Operations that can be performed on Json objects (Maps)
Transformer<T>  
 

Class Summary
Criteria  
Filter<T> A filter is used to filter the content of a JSON array in a JSONPath.
Filter.FilterAdapter<T>  
JsonModel A JsonModel holds a parsed JSON document and provides easy read and write operations.
JsonPath

JsonPath is to JSON what XPATH is to XML, a simple way to extract parts of a given document.

 

Exception Summary
IndefinitePathException  
InvalidConversionException Created by IntelliJ IDEA.
InvalidCriteriaException  
InvalidJsonException  
InvalidModelException  
InvalidPathException  
 



Copyright © 2011-2012. All Rights Reserved.