public abstract class AbstractStringToEnumCollectionsConverter<S extends java.util.Collection<java.lang.String>,T extends java.util.Collection<HybrisEnumValue>> extends java.lang.Object implements PropertyInterceptor<S,T>
StringToHybrisEnumValueConverter for converting single elements.| Constructor and Description |
|---|
AbstractStringToEnumCollectionsConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Class |
getEnumType(PropertyContext propertyCtx) |
void |
intercept(PropertyContext propertyCtx,
java.util.Collection<java.lang.String> source,
T result) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinterceptpublic AbstractStringToEnumCollectionsConverter()
public void intercept(PropertyContext propertyCtx, java.util.Collection<java.lang.String> source, T result)
protected java.lang.Class getEnumType(PropertyContext propertyCtx)
Copyright © 2018 SAP SE. All Rights Reserved.