public class BooleanTypeManufacturerImpl extends AbstractTypeManufacturer<Boolean>
| Constructor and Description |
|---|
BooleanTypeManufacturerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBoolean(AttributeMetadata attributeMetadata)
It returns a boolean/Boolean value.
|
Boolean |
getType(DataProviderStrategy strategy,
AttributeMetadata attributeMetadata,
Map<String,Type> genericTypesArgumentsMap)
Returns a type value conforming to the annotations and the AttributeMetadata provided.
|
getDouble, getIntegerpublic Boolean getType(DataProviderStrategy strategy, AttributeMetadata attributeMetadata, Map<String,Type> genericTypesArgumentsMap)
strategy - The DataProviderStrategyattributeMetadata - The AttributeMetadatagenericTypesArgumentsMap - map with generic types mapped to actual typespublic Boolean getBoolean(AttributeMetadata attributeMetadata)
attributeMetadata - attribute metadata for instance to be fetchedCopyright © 2016. All rights reserved.