public class CollectionTypeManufacturerImpl extends AbstractTypeManufacturer<Collection<Object>>
| Constructor and Description |
|---|
CollectionTypeManufacturerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Object> |
getType(DataProviderStrategy strategy,
AttributeMetadata attributeMetadata,
Map<String,Type> genericTypesArgumentsMap)
Returns a type value conforming to the annotations and the AttributeMetadata provided.
|
getDouble, getIntegerpublic Collection<Object> getType(DataProviderStrategy strategy, AttributeMetadata attributeMetadata, Map<String,Type> genericTypesArgumentsMap)
TypeManufacturerstrategy - The DataProviderStrategyattributeMetadata - The AttributeMetadatagenericTypesArgumentsMap - map with generic types mapped to actual typesCopyright © 2016. All rights reserved.