Searched refs:withContentTypeHandler (Results 1 – 12 of 12) sorted by relevance
57 public JavaType withContentTypeHandler(Object h) { in withContentTypeHandler() method in PlaceholderForType
79 public JavaType withContentTypeHandler(Object h) { in withContentTypeHandler() method in ResolvedRecursiveType
87 public CollectionType withContentTypeHandler(Object h) in withContentTypeHandler() method in CollectionType
68 public ArrayType withContentTypeHandler(Object h) in withContentTypeHandler() method in ArrayType
75 public MapType withContentTypeHandler(Object h) in withContentTypeHandler() method in MapType
113 public ReferenceType withContentTypeHandler(Object h) in withContentTypeHandler() method in ReferenceType
116 public CollectionLikeType withContentTypeHandler(Object h) in withContentTypeHandler() method in CollectionLikeType
183 public JavaType withContentTypeHandler(Object h) { in withContentTypeHandler() method in SimpleType
128 public MapLikeType withContentTypeHandler(Object h) { in withContentTypeHandler() method in MapLikeType
116 public abstract JavaType withContentTypeHandler(Object h); in withContentTypeHandler() method in JavaType
123 serializationType = serializationType.withContentTypeHandler(contentTypeSer); in buildWriter()
2195 type = type.withContentTypeHandler(contentTypeDeser); in resolveMemberAndTypeAnnotations()