Home
last modified time | relevance | path

Searched defs:withValueHandler (Results 1 – 10 of 10) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DPlaceholderForType.java62 public JavaType withValueHandler(Object h) { in withValueHandler() method in PlaceholderForType
DResolvedRecursiveType.java84 public JavaType withValueHandler(Object h) { in withValueHandler() method in ResolvedRecursiveType
DCollectionType.java95 public CollectionType withValueHandler(Object h) { in withValueHandler() method in CollectionType
DMapType.java83 public MapType withValueHandler(Object h) { in withValueHandler() method in MapType
DArrayType.java78 public ArrayType withValueHandler(Object h) { in withValueHandler() method in ArrayType
DReferenceType.java124 public ReferenceType withValueHandler(Object h) { in withValueHandler() method in ReferenceType
DCollectionLikeType.java124 public CollectionLikeType withValueHandler(Object h) { in withValueHandler() method in CollectionLikeType
DMapLikeType.java135 public MapLikeType withValueHandler(Object h) { in withValueHandler() method in MapLikeType
DSimpleType.java189 public SimpleType withValueHandler(Object h) { in withValueHandler() method in SimpleType
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJavaType.java124 public abstract JavaType withValueHandler(Object h); in withValueHandler() method in JavaType