Class ClassificationPropertySplitValueProvider

  • All Implemented Interfaces:
    FieldValueProvider

    public class ClassificationPropertySplitValueProvider
    extends CommerceClassificationPropertyValueProvider
    This ValueProvider will provide the value for a classification attribute on a product. It splits string value of attributes base on splitRegex. Default value for splitRegex is '/'. For example : for attribute value 'fixed/telephoto' it returns two values 'fixed' and 'telephoto'.