public class ShortTypeManufacturerImpl extends AbstractTypeManufacturer<Short>
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
The application logger
|
| Constructor and Description |
|---|
ShortTypeManufacturerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Short |
getShort(AttributeMetadata attributeMetadata)
It returns a short/Short value.
|
Short |
getShortInRange(short minValue,
short maxValue,
AttributeMetadata attributeMetadata)
It returns a short/Short value between min and max value (included).
|
Short |
getType(DataProviderStrategy strategy,
AttributeMetadata attributeMetadata,
Map<String,Type> genericTypesArgumentsMap)
Returns a type value conforming to the annotations and the AttributeMetadata provided.
|
getDouble, getIntegerpublic Short getType(DataProviderStrategy strategy, AttributeMetadata attributeMetadata, Map<String,Type> genericTypesArgumentsMap)
strategy - The DataProviderStrategyattributeMetadata - The AttributeMetadatagenericTypesArgumentsMap - map with generic types mapped to actual typespublic Short getShort(AttributeMetadata attributeMetadata)
attributeMetadata - attribute metadata for instance to be fetchedpublic Short getShortInRange(short minValue, short maxValue, AttributeMetadata attributeMetadata)
minValue - The minimum value for the returned valuemaxValue - The maximum value for the returned valueattributeMetadata - attribute metadata for instance to be fetchedCopyright © 2016. All rights reserved.