Class ProductClassificationAttributesValueResolver

java.lang.Object
de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolver<ProductModel,FeatureList,Object>
de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl.ProductClassificationAttributesValueResolver
All Implemented Interfaces:
QualifierProviderAware, ValueResolver<ProductModel>

public class ProductClassificationAttributesValueResolver extends AbstractValueResolver<ProductModel,FeatureList,Object>
Resolver for product classification attributes.

Supported parameters:

Parameter Default value Description
optional true If false, indicates that the resolved values should not be null and not an empty string (for every qualifier). If these conditions are not met, an exception of type FieldValueProviderException is thrown.
split false If true, splits any resolved value around matches of a regular expression (only if the value is of type String).
splitRegex \s+ If split is true this is the regular expression to use.
format null The ID of the Format Bean that is going to be used to format the attribute value object before applying the split