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