Uses of Class
com.jayway.jsonpath.TypeRef
Packages that use TypeRef
-
Uses of TypeRef in com.jayway.jsonpath
Classes in com.jayway.jsonpath that implement interfaces with type arguments of type TypeRefModifier and TypeClassDescriptionclassTypeRef<T>Used to specify generic type information inReadContextTypeRef ref = new TypeRefinvalid input: '<'List>() { }; Methods in com.jayway.jsonpath with parameters of type TypeRefModifier and TypeMethodDescriptionintThe only reason we define this method (and require implementation ofComparable) is to prevent constructing a reference without type information.<T> TReads the given path from this context Sample code to create a TypeRefTypeRef ref = new TypeRefinvalid input: '<'List>() {}; <T> TReads 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> TGsonMappingProvider.map(Object source, TypeRef<T> targetType, Configuration configuration) <T> TJacksonMappingProvider.map(Object source, TypeRef<T> targetType, Configuration configuration) <T> TJsonSmartMappingProvider.map(Object source, TypeRef<T> targetType, Configuration configuration) <T> TMappingProvider.map(Object source, TypeRef<T> targetType, Configuration configuration)