Home
last modified time | relevance | path

Searched refs:withContentTypeHandler (Results 1 – 12 of 12) 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
DArrayType.java68 public ArrayType withContentTypeHandler(Object h) in withContentTypeHandler() method in ArrayType
DMapType.java75 public MapType withContentTypeHandler(Object h) in withContentTypeHandler() method in MapType
DReferenceType.java113 public ReferenceType withContentTypeHandler(Object h) in withContentTypeHandler() method in ReferenceType
DCollectionLikeType.java116 public CollectionLikeType withContentTypeHandler(Object h) in withContentTypeHandler() method in CollectionLikeType
DSimpleType.java183 public JavaType withContentTypeHandler(Object h) { in withContentTypeHandler() method in SimpleType
DMapLikeType.java128 public MapLikeType withContentTypeHandler(Object h) { in withContentTypeHandler() method in MapLikeType
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJavaType.java116 public abstract JavaType withContentTypeHandler(Object h); in withContentTypeHandler() method in JavaType
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
DPropertyBuilder.java123 serializationType = serializationType.withContentTypeHandler(contentTypeSer); in buildWriter()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DBasicDeserializerFactory.java2195 type = type.withContentTypeHandler(contentTypeDeser); in resolveMemberAndTypeAnnotations()