public class ByteTypeManufacturerImpl extends AbstractTypeManufacturer<Byte>
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
The application logger
|
| Constructor and Description |
|---|
ByteTypeManufacturerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Byte |
getByte(AttributeMetadata attributeMetadata)
It returns a byte/Byte value.
|
Byte |
getByteInRange(byte minValue,
byte maxValue,
AttributeMetadata attributeMetadata)
It returns a byte/Byte within min and max value (included).
|
Byte |
getType(DataProviderStrategy strategy,
AttributeMetadata attributeMetadata,
Map<String,Type> genericTypesArgumentsMap)
Returns a type value conforming to the annotations and the AttributeMetadata provided.
|
getDouble, getIntegerpublic Byte getType(DataProviderStrategy strategy, AttributeMetadata attributeMetadata, Map<String,Type> genericTypesArgumentsMap)
strategy - The DataProviderStrategyattributeMetadata - The AttributeMetadatagenericTypesArgumentsMap - map with generic types mapped to actual typespublic Byte getByte(AttributeMetadata attributeMetadata)
attributeMetadata - attribute metadata for instance to be fetchedpublic Byte getByteInRange(byte minValue, byte 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.