final class LocalizedStringAttributeReader extends BasePeekableReader<java.lang.String,AttributeMapEntry<java.lang.String>>
Modifier and Type | Class and Description |
---|---|
private static class |
LocalizedStringAttributeReader.Reader |
Constructor and Description |
---|
LocalizedStringAttributeReader(AttributeValidator validator,
DataSourceLookup dataSourceLookup) |
Modifier and Type | Method and Description |
---|---|
void |
addToProduct(Product product,
AttributeMapEntry<java.lang.String> attribute) |
addAll, getReader, open, setReader
close, open, peek, read, setDelegate, update
@Inject public LocalizedStringAttributeReader(AttributeValidator validator, DataSourceLookup dataSourceLookup)
public void addToProduct(Product product, AttributeMapEntry<java.lang.String> attribute)
addToProduct
in class BasePeekableReader<java.lang.String,AttributeMapEntry<java.lang.String>>