Home
last modified time | relevance | path

Searched refs:withContentType (Results 1 – 11 of 11) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DCollectionLikeType.java101 public JavaType withContentType(JavaType contentType) { in withContentType() method in CollectionLikeType
143 type = type.withContentType(ct); in withHandlersFrom()
DMapLikeType.java111 public JavaType withContentType(JavaType contentType) { in withContentType() method in MapLikeType
165 type = type.withContentType(ct); in withHandlersFrom()
DPlaceholderForType.java72 public JavaType withContentType(JavaType contentType) { in withContentType() method in PlaceholderForType
DResolvedRecursiveType.java69 public JavaType withContentType(JavaType contentType) { in withContentType() method in ResolvedRecursiveType
DCollectionType.java72 public JavaType withContentType(JavaType contentType) { in withContentType() method in CollectionType
DArrayType.java52 public JavaType withContentType(JavaType contentType) { in withContentType() method in ArrayType
DMapType.java106 public JavaType withContentType(JavaType contentType) { in withContentType() method in MapType
DReferenceType.java94 public JavaType withContentType(JavaType contentType) { in withContentType() method in ReferenceType
DSimpleType.java170 public JavaType withContentType(JavaType contentType) { in withContentType() method in SimpleType
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJavaType.java169 public abstract JavaType withContentType(JavaType contentType); in withContentType() method in JavaType
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DJacksonAnnotationIntrospector.java904 type = type.withContentType(contentType); in refineSerializationType()
1223 type = type.withContentType(contentType); in refineDeserializationType()