Home
last modified time | relevance | path

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

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
H A DPlaceholderForType.java72 public JavaType withContentType(JavaType contentType) { in withContentType() method in PlaceholderForType
H A DResolvedRecursiveType.java69 public JavaType withContentType(JavaType contentType) { in withContentType() method in ResolvedRecursiveType
H A DCollectionType.java72 public JavaType withContentType(JavaType contentType) { in withContentType() method in CollectionType
H A DMapType.java106 public JavaType withContentType(JavaType contentType) { in withContentType() method in MapType
H A DReferenceType.java94 public JavaType withContentType(JavaType contentType) { in withContentType() method in ReferenceType
H A DArrayType.java52 public JavaType withContentType(JavaType contentType) { in withContentType() method in ArrayType
H A DCollectionLikeType.java101 public JavaType withContentType(JavaType contentType) { in withContentType() method in CollectionLikeType
H A DMapLikeType.java111 public JavaType withContentType(JavaType contentType) { in withContentType() method in MapLikeType
H A DSimpleType.java170 public JavaType withContentType(JavaType contentType) { in withContentType() method in SimpleType
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt5/packets/
H A DPublishPacket.java429 public PublishPacketBuilder withContentType(String contentType) { in withContentType() method in PublishPacket.PublishPacketBuilder
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DJavaType.java169 public abstract JavaType withContentType(JavaType contentType); in withContentType() method in JavaType