final class NumericCustomAttributeReader extends BaseSingleItemPeekableReader<CustomAttributeValue,CustomAttribute>
Modifier and Type | Class and Description |
---|---|
private static class |
NumericCustomAttributeReader.Reader |
Constructor and Description |
---|
NumericCustomAttributeReader(AttributeValidator validator,
DataSourceLookup dataSourceLookup) |
Modifier and Type | Method and Description |
---|---|
protected void |
addToProduct(Product product,
CustomAttribute attribute) |
addAll, getReader, open, setReader
close, open, peek, read, setDelegate, update
@Inject public NumericCustomAttributeReader(AttributeValidator validator, DataSourceLookup dataSourceLookup)
protected void addToProduct(Product product, CustomAttribute attribute)
addToProduct
in class BaseSingleItemPeekableReader<CustomAttributeValue,CustomAttribute>