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