Searched defs:collectionClass (Results 1 – 2 of 2) sorted by relevance
813 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()
1188 Class<?> collectionClass = type.getRawClass(); in createCollectionDeserializer() local1254 final Class<?> collectionClass = ContainerDefaultMappings.findCollectionFallback(type); in _mapAbstractCollectionType() local