Home
last modified time | relevance | path

Searched refs:withContentValueHandler (Results 1 – 12 of 12) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DPlaceholderForType.java67 public JavaType withContentValueHandler(Object h) { in withContentValueHandler() method in PlaceholderForType
DResolvedRecursiveType.java89 public JavaType withContentValueHandler(Object h) { in withContentValueHandler() method in ResolvedRecursiveType
DCollectionType.java101 public CollectionType withContentValueHandler(Object h) { in withContentValueHandler() method in CollectionType
DArrayType.java86 public ArrayType withContentValueHandler(Object h) { in withContentValueHandler() method in ArrayType
DMapType.java89 public MapType withContentValueHandler(Object h) { in withContentValueHandler() method in MapType
DReferenceType.java134 public ReferenceType withContentValueHandler(Object h) { in withContentValueHandler() method in ReferenceType
DCollectionLikeType.java130 public CollectionLikeType withContentValueHandler(Object h) { in withContentValueHandler() method in CollectionLikeType
DSimpleType.java197 public SimpleType withContentValueHandler(Object h) { in withContentValueHandler() method in SimpleType
DMapLikeType.java142 public MapLikeType withContentValueHandler(Object h) { in withContentValueHandler() method in MapLikeType
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJavaType.java132 public abstract JavaType withContentValueHandler(Object h); in withContentValueHandler() method in JavaType
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DDeserializerCache.java522 type = type.withContentValueHandler(cd); in modifyTypeByAnnotation()
DBasicDeserializerFactory.java2190 type = type.withContentValueHandler(cd); in resolveMemberAndTypeAnnotations()