Home
last modified time | relevance | path

Searched defs:withContentTypeHandler (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.java57 public JavaType withContentTypeHandler(Object h) { in withContentTypeHandler() method in PlaceholderForType
H A DResolvedRecursiveType.java79 public JavaType withContentTypeHandler(Object h) { in withContentTypeHandler() method in ResolvedRecursiveType
H A DCollectionType.java87 public CollectionType withContentTypeHandler(Object h) in withContentTypeHandler() method in CollectionType
H A DMapType.java75 public MapType withContentTypeHandler(Object h) in withContentTypeHandler() method in MapType
H A DReferenceType.java113 public ReferenceType withContentTypeHandler(Object h) in withContentTypeHandler() method in ReferenceType
H A DArrayType.java68 public ArrayType withContentTypeHandler(Object h) in withContentTypeHandler() method in ArrayType
H A DCollectionLikeType.java116 public CollectionLikeType withContentTypeHandler(Object h) in withContentTypeHandler() method in CollectionLikeType
H A DMapLikeType.java128 public MapLikeType withContentTypeHandler(Object h) { in withContentTypeHandler() method in MapLikeType
H A DSimpleType.java183 public JavaType withContentTypeHandler(Object h) { in withContentTypeHandler() method in SimpleType
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DJavaType.java116 public abstract JavaType withContentTypeHandler(Object h); in withContentTypeHandler() method in JavaType