Class EnumTypeManufacturerImpl
- java.lang.Object
-
- uk.co.jemos.podam.typeManufacturers.AbstractTypeManufacturer<Enum<?>>
-
- uk.co.jemos.podam.typeManufacturers.EnumTypeManufacturerImpl
-
- All Implemented Interfaces:
TypeManufacturer<Enum<?>>
public class EnumTypeManufacturerImpl extends AbstractTypeManufacturer<Enum<?>>
Default Enum type manufacturer. Created by tedonema on 17/05/2015.- Since:
- 6.0.0.RELEASE
-
-
Constructor Summary
Constructors Constructor Description EnumTypeManufacturerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Enum<?>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 Enum<?> getType(DataProviderStrategy strategy, AttributeMetadata attributeMetadata, Map<String,Type> genericTypesArgumentsMap)
Returns 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.
-
-