public class GenericAvroMappingProvider extends Object implements com.jayway.jsonpath.spi.mapper.MappingProvider
| Constructor and Description |
|---|
GenericAvroMappingProvider() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
map(Object o,
Class<T> aClass,
com.jayway.jsonpath.Configuration configuration) |
<T> T |
map(Object o,
com.jayway.jsonpath.TypeRef<T> typeRef,
com.jayway.jsonpath.Configuration configuration) |
public <T> T map(Object o, Class<T> aClass, com.jayway.jsonpath.Configuration configuration)
map in interface com.jayway.jsonpath.spi.mapper.MappingProviderpublic <T> T map(Object o, com.jayway.jsonpath.TypeRef<T> typeRef, com.jayway.jsonpath.Configuration configuration)
map in interface com.jayway.jsonpath.spi.mapper.MappingProviderCopyright © 2011–2018. All rights reserved.