Uses of Class
com.jayway.jsonpath.TypeRef
Packages that use TypeRef
-
Uses of TypeRef in com.jayway.jsonpath
Methods in com.jayway.jsonpath with parameters of type TypeRefModifier and TypeMethodDescriptionint
The only reason we define this method (and require implementation ofComparable
) is to prevent constructing a reference without type information.<T> T
Reads the given path from this context Sample code to create a TypeRefTypeRef ref = new TypeRefinvalid input: '<'List
>() {}; <T> T
Reads the given path from this context Sample code to create a TypeRefTypeRef ref = new TypeRefinvalid input: '<'List
>() {}; -
Uses of TypeRef in com.jayway.jsonpath.internal
Methods in com.jayway.jsonpath.internal with parameters of type TypeRef -
Uses of TypeRef in com.jayway.jsonpath.spi.mapper
Methods in com.jayway.jsonpath.spi.mapper with parameters of type TypeRefModifier and TypeMethodDescription<T> T
GsonMappingProvider.map
(Object source, TypeRef<T> targetType, Configuration configuration) <T> T
JacksonMappingProvider.map
(Object source, TypeRef<T> targetType, Configuration configuration) <T> T
JsonSmartMappingProvider.map
(Object source, TypeRef<T> targetType, Configuration configuration) <T> T
MappingProvider.map
(Object source, TypeRef<T> targetType, Configuration configuration)