Home
last modified time | relevance | path

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

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