public class TypeManufacturerParamsWrapperForGenericTypes extends TypeManufacturerParamsWrapper
| Modifier and Type | Field and Description |
|---|---|
private Type |
attributeGenericType
The attribute generic type
|
private Map<String,Type> |
typeArgumentsMap
The Map of type arguments
|
| Constructor and Description |
|---|
TypeManufacturerParamsWrapperForGenericTypes(DataProviderStrategy dataProviderStrategy,
AttributeMetadata attributeMetadata,
Map<String,Type> typeArgumentsMap,
Type attributeGenericType)
Full constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getAttributeGenericType()
Returns the attribute generic type.
|
Map<String,Type> |
getTypeArgumentsMap()
Returns the type arguments map.
|
getAttributeMetadata, getDataProviderStrategy, toStringprivate final Type attributeGenericType
public TypeManufacturerParamsWrapperForGenericTypes(DataProviderStrategy dataProviderStrategy, AttributeMetadata attributeMetadata, Map<String,Type> typeArgumentsMap, Type attributeGenericType)
dataProviderStrategy - The DataProviderStrategyattributeMetadata - The AttributeMetadatatypeArgumentsMap - The map of type argumentsattributeGenericType - The attribute generic typeCopyright © 2015. All rights reserved.