Home
last modified time | relevance | path

Searched defs:withTypeHandler (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.java52 public JavaType withTypeHandler(Object h) { in withTypeHandler() method in PlaceholderForType
H A DResolvedRecursiveType.java74 public JavaType withTypeHandler(Object h) { in withTypeHandler() method in ResolvedRecursiveType
H A DCollectionType.java81 public CollectionType withTypeHandler(Object h) { in withTypeHandler() method in CollectionType
H A DMapType.java69 public MapType withTypeHandler(Object h) { in withTypeHandler() method in MapType
H A DReferenceType.java103 public ReferenceType withTypeHandler(Object h) in withTypeHandler() method in ReferenceType
H A DArrayType.java59 public ArrayType withTypeHandler(Object h) in withTypeHandler() method in ArrayType
H A DCollectionLikeType.java110 public CollectionLikeType withTypeHandler(Object h) { in withTypeHandler() method in CollectionLikeType
H A DMapLikeType.java121 public MapLikeType withTypeHandler(Object h) { in withTypeHandler() method in MapLikeType
H A DSimpleType.java175 public SimpleType withTypeHandler(Object h) { in withTypeHandler() method in SimpleType
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DJavaType.java107 public abstract JavaType withTypeHandler(Object h); in withTypeHandler() method in JavaType