public class StringListToHybrisEnumValuesConverter extends AbstractStringToEnumCollectionsConverter<java.util.List<java.lang.String>,java.util.List<HybrisEnumValue>>
PropertyInterceptor for converting a List<String> to List<HybrisEnumValue>.HybrisEnumListToStringValuesConverter| Constructor and Description |
|---|
StringListToHybrisEnumValuesConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<HybrisEnumValue> |
intercept(PropertyContext propertyCtx,
java.util.List<java.lang.String> source)
Intercepts current property processing.
|
getEnumType, interceptpublic StringListToHybrisEnumValuesConverter()
public java.util.List<HybrisEnumValue> intercept(PropertyContext propertyCtx, java.util.List<java.lang.String> source)
PropertyInterceptorpropertyCtx - PropertyContextsource - the unprocessed property valueCopyright © 2018 SAP SE. All Rights Reserved.