Home
last modified time | relevance | path

Searched defs:collectionClass (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java813 public CollectionType constructCollectionType(Class<? extends Collection> collectionClass, in constructCollectionType()
825 public CollectionType constructCollectionType(Class<? extends Collection> collectionClass, in constructCollectionType()
850 …public CollectionLikeType constructCollectionLikeType(Class<?> collectionClass, Class<?> elementCl… in constructCollectionLikeType()
861 …public CollectionLikeType constructCollectionLikeType(Class<?> collectionClass, JavaType elementTy… in constructCollectionLikeType()
1135 public CollectionType constructRawCollectionType(Class<? extends Collection> collectionClass) { in constructRawCollectionType()
1150 public CollectionLikeType constructRawCollectionLikeType(Class<?> collectionClass) { in constructRawCollectionLikeType()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DBasicDeserializerFactory.java1188 Class<?> collectionClass = type.getRawClass(); in createCollectionDeserializer() local
1254 final Class<?> collectionClass = ContainerDefaultMappings.findCollectionFallback(type); in _mapAbstractCollectionType() local