public class GenericAvroJsonProvider extends Object implements com.jayway.jsonpath.spi.json.JsonProvider
| Constructor and Description | 
|---|
GenericAvroJsonProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
createArray()  | 
Object | 
createMap()  | 
Object | 
getArrayIndex(Object o,
             int i)  | 
Object | 
getArrayIndex(Object o,
             int i,
             boolean b)
Deprecated.  
 | 
Object | 
getMapValue(Object o,
           String s)  | 
Collection<String> | 
getPropertyKeys(Object o)  | 
boolean | 
isArray(Object o)  | 
boolean | 
isMap(Object o)  | 
int | 
length(Object o)  | 
Object | 
parse(InputStream inputStream,
     String s)  | 
Object | 
parse(String s)  | 
void | 
removeProperty(Object o,
              Object o1)  | 
void | 
setArrayIndex(Object o,
             int i,
             Object o1)  | 
void | 
setProperty(Object o,
           Object o1,
           Object o2)  | 
Iterable<?> | 
toIterable(Object o)  | 
String | 
toJson(Object o)  | 
Object | 
unwrap(Object o)  | 
public Object parse(String s) throws com.jayway.jsonpath.InvalidJsonException
parse in interface com.jayway.jsonpath.spi.json.JsonProvidercom.jayway.jsonpath.InvalidJsonExceptionpublic Object parse(InputStream inputStream, String s) throws com.jayway.jsonpath.InvalidJsonException
parse in interface com.jayway.jsonpath.spi.json.JsonProvidercom.jayway.jsonpath.InvalidJsonExceptionpublic String toJson(Object o)
toJson in interface com.jayway.jsonpath.spi.json.JsonProviderpublic Object createArray()
createArray in interface com.jayway.jsonpath.spi.json.JsonProviderpublic Object createMap()
createMap in interface com.jayway.jsonpath.spi.json.JsonProviderpublic boolean isArray(Object o)
isArray in interface com.jayway.jsonpath.spi.json.JsonProviderpublic int length(Object o)
length in interface com.jayway.jsonpath.spi.json.JsonProviderpublic Iterable<?> toIterable(Object o)
toIterable in interface com.jayway.jsonpath.spi.json.JsonProviderpublic Collection<String> getPropertyKeys(Object o)
getPropertyKeys in interface com.jayway.jsonpath.spi.json.JsonProviderpublic Object getArrayIndex(Object o, int i)
getArrayIndex in interface com.jayway.jsonpath.spi.json.JsonProvider@Deprecated public Object getArrayIndex(Object o, int i, boolean b)
getArrayIndex in interface com.jayway.jsonpath.spi.json.JsonProviderpublic void setArrayIndex(Object o, int i, Object o1)
setArrayIndex in interface com.jayway.jsonpath.spi.json.JsonProviderpublic Object getMapValue(Object o, String s)
getMapValue in interface com.jayway.jsonpath.spi.json.JsonProviderpublic void setProperty(Object o, Object o1, Object o2)
setProperty in interface com.jayway.jsonpath.spi.json.JsonProviderpublic void removeProperty(Object o, Object o1)
removeProperty in interface com.jayway.jsonpath.spi.json.JsonProviderpublic boolean isMap(Object o)
isMap in interface com.jayway.jsonpath.spi.json.JsonProviderCopyright © 2011–2018. All rights reserved.