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