Uses of Class
de.hybris.platform.servicelayer.interceptor.impl.InterceptorExecutionPolicy.InterceptorType
-
Packages that use InterceptorExecutionPolicy.InterceptorType Package Description de.hybris.platform.servicelayer.interceptor.impl -
-
Uses of InterceptorExecutionPolicy.InterceptorType in de.hybris.platform.servicelayer.interceptor.impl
Methods in de.hybris.platform.servicelayer.interceptor.impl that return InterceptorExecutionPolicy.InterceptorType Modifier and Type Method Description static InterceptorExecutionPolicy.InterceptorTypeInterceptorExecutionPolicy.InterceptorType. fromString(java.lang.String type)InterceptorExecutionPolicy.InterceptorTypeInterceptorExecutionPolicy.InterceptorExecutionContext. getInterceptorType()static InterceptorExecutionPolicy.InterceptorTypeInterceptorExecutionPolicy.InterceptorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InterceptorExecutionPolicy.InterceptorType[]InterceptorExecutionPolicy.InterceptorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.hybris.platform.servicelayer.interceptor.impl with parameters of type InterceptorExecutionPolicy.InterceptorType Constructor Description InterceptorExecutionContext(java.lang.String itemType, java.util.Map<java.lang.String,java.lang.Class> interceptorBeanNameToClassMapping, java.util.Collection<T> availableInterceptors, InterceptorExecutionPolicy.InterceptorType interceptorType, java.util.List<java.lang.String> typesHierarchy)
-