Home
last modified time | relevance | path

Searched refs:withHandlersFrom (Results 1 – 4 of 4) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DMapLikeType.java149 public JavaType withHandlersFrom(JavaType src) { in withHandlersFrom() method in MapLikeType
150 JavaType type = super.withHandlersFrom(src); in withHandlersFrom()
155 JavaType ct = _keyType.withHandlersFrom(srcKeyType); in withHandlersFrom()
163 JavaType ct = _valueType.withHandlersFrom(srcCt); in withHandlersFrom()
DCollectionLikeType.java137 public JavaType withHandlersFrom(JavaType src) { in withHandlersFrom() method in CollectionLikeType
138 JavaType type = super.withHandlersFrom(src); in withHandlersFrom()
141 JavaType ct = _elementType.withHandlersFrom(srcCt); in withHandlersFrom()
DTypeFactory.java464 newType = newType.withHandlersFrom(baseType); in constructSpecializedType()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJavaType.java141 public JavaType withHandlersFrom(JavaType src) { in withHandlersFrom() method in JavaType