Class CollectionTypeManufacturerImpl
- java.lang.Object
-
- uk.co.jemos.podam.typeManufacturers.AbstractTypeManufacturer<Collection<Object>>
-
- uk.co.jemos.podam.typeManufacturers.CollectionTypeManufacturerImpl
-
- All Implemented Interfaces:
TypeManufacturer<Collection<Object>>
public class CollectionTypeManufacturerImpl extends AbstractTypeManufacturer<Collection<Object>>
Default collection type manufacturer.- Since:
- 7.0.0.RELEASE
-
-
Constructor Summary
Constructors Constructor Description CollectionTypeManufacturerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Object>getType(DataProviderStrategy strategy, AttributeMetadata attributeMetadata, Map<String,Type> genericTypesArgumentsMap)Returns a type value conforming to the annotations and the AttributeMetadata provided.-
Methods inherited from class uk.co.jemos.podam.typeManufacturers.AbstractTypeManufacturer
findElementOfType, getDouble, getInteger
-
-
-
-
Method Detail
-
getType
public Collection<Object> getType(DataProviderStrategy strategy, AttributeMetadata attributeMetadata, Map<String,Type> genericTypesArgumentsMap)
Description copied from interface:TypeManufacturerReturns a type value conforming to the annotations and the AttributeMetadata provided.- Parameters:
strategy- The DataProviderStrategyattributeMetadata- The AttributeMetadatagenericTypesArgumentsMap- map with generic types mapped to actual types- Returns:
- A type value conforming to the annotations and the AttributeMetadata provided.
-
-