Uses of Class
de.hybris.platform.servicelayer.interceptor.impl.InterceptorMapping
-
Packages that use InterceptorMapping Package Description de.hybris.platform.sap.core.configuration.global.impl de.hybris.platform.servicelayer.interceptor.impl -
-
Uses of InterceptorMapping in de.hybris.platform.sap.core.configuration.global.impl
Fields in de.hybris.platform.sap.core.configuration.global.impl declared as InterceptorMapping Modifier and Type Field Description protected InterceptorMappingSAPGlobalConfigurationServiceTest. interceptorMappingForMandatoryAttributesValidatorMandatory Attributes Validator Mapping. -
Uses of InterceptorMapping in de.hybris.platform.servicelayer.interceptor.impl
Methods in de.hybris.platform.servicelayer.interceptor.impl with parameters of type InterceptorMapping Modifier and Type Method Description voidDefaultInterceptorRegistry. registerInterceptor(InterceptorMapping mapping)Register anInterceptorwhich is of theInterceptorMappingto the registry.voidDefaultInterceptorRegistry. unregisterInterceptor(InterceptorMapping mapping)Method parameters in de.hybris.platform.servicelayer.interceptor.impl with type arguments of type InterceptorMapping Modifier and Type Method Description voidDefaultInterceptorRegistry. setInterceptorMappings(java.util.Collection<InterceptorMapping> configuredMappings)
-