Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DPlaceholderForType.java57 public JavaType withContentTypeHandler(Object h) { in withContentTypeHandler() method in PlaceholderForType
DResolvedRecursiveType.java79 public JavaType withContentTypeHandler(Object h) { in withContentTypeHandler() method in ResolvedRecursiveType
DCollectionType.java87 public CollectionType withContentTypeHandler(Object h) in withContentTypeHandler() method in CollectionType
DMapType.java75 public MapType withContentTypeHandler(Object h) in withContentTypeHandler() method in MapType
DArrayType.java68 public ArrayType withContentTypeHandler(Object h) in withContentTypeHandler() method in ArrayType
DReferenceType.java113 public ReferenceType withContentTypeHandler(Object h) in withContentTypeHandler() method in ReferenceType
DCollectionLikeType.java116 public CollectionLikeType withContentTypeHandler(Object h) in withContentTypeHandler() method in CollectionLikeType
DMapLikeType.java128 public MapLikeType withContentTypeHandler(Object h) { in withContentTypeHandler() method in MapLikeType
DSimpleType.java183 public JavaType withContentTypeHandler(Object h) { in withContentTypeHandler() method in SimpleType
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJavaType.java116 public abstract JavaType withContentTypeHandler(Object h); in withContentTypeHandler() method in JavaType