public class NotImplementedMappingProvider extends Object implements com.jayway.jsonpath.spi.mapper.MappingProvider
| Constructor and Description |
|---|
NotImplementedMappingProvider() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
map(Object source,
Class<T> targetType,
com.jayway.jsonpath.Configuration configuration) |
<T> T |
map(Object source,
com.jayway.jsonpath.TypeRef<T> targetType,
com.jayway.jsonpath.Configuration configuration) |
public <T> T map(Object source, Class<T> targetType, com.jayway.jsonpath.Configuration configuration)
map in interface com.jayway.jsonpath.spi.mapper.MappingProviderpublic <T> T map(Object source, com.jayway.jsonpath.TypeRef<T> targetType, com.jayway.jsonpath.Configuration configuration)
map in interface com.jayway.jsonpath.spi.mapper.MappingProviderCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.