Home
last modified time | relevance | path

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

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