Home
last modified time | relevance | path

Searched refs:constructCollectionLikeType (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DNodeContext2049Test.java110 …CollectionLikeType collectionType = ctxt.getTypeFactory().constructCollectionLikeType(propertyType… in createContextual()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java850 …public CollectionLikeType constructCollectionLikeType(Class<?> collectionClass, Class<?> elementCl… in constructCollectionLikeType() method in TypeFactory
851 return constructCollectionLikeType(collectionClass, in constructCollectionLikeType()
861 …public CollectionLikeType constructCollectionLikeType(Class<?> collectionClass, JavaType elementTy… in constructCollectionLikeType() method in TypeFactory
1151 return constructCollectionLikeType(collectionClass, unknownType()); in constructRawCollectionLikeType()