Home
last modified time | relevance | path

Searched defs:withTypeHandler (Results 1 – 10 of 10) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DPlaceholderForType.java52 public JavaType withTypeHandler(Object h) { in withTypeHandler() method in PlaceholderForType
DResolvedRecursiveType.java74 public JavaType withTypeHandler(Object h) { in withTypeHandler() method in ResolvedRecursiveType
DCollectionType.java81 public CollectionType withTypeHandler(Object h) { in withTypeHandler() method in CollectionType
DMapType.java69 public MapType withTypeHandler(Object h) { in withTypeHandler() method in MapType
DArrayType.java59 public ArrayType withTypeHandler(Object h) in withTypeHandler() method in ArrayType
DReferenceType.java103 public ReferenceType withTypeHandler(Object h) in withTypeHandler() method in ReferenceType
DCollectionLikeType.java110 public CollectionLikeType withTypeHandler(Object h) { in withTypeHandler() method in CollectionLikeType
DMapLikeType.java121 public MapLikeType withTypeHandler(Object h) { in withTypeHandler() method in MapLikeType
DSimpleType.java175 public SimpleType withTypeHandler(Object h) { in withTypeHandler() method in SimpleType
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJavaType.java107 public abstract JavaType withTypeHandler(Object h); in withTypeHandler() method in JavaType