Uses of Enum
org.jboss.weld.interceptor.spi.model.InterceptionType
Packages that use InterceptionType
Package
Description
-
Uses of InterceptionType in org.jboss.weld.bean.interceptor
Methods in org.jboss.weld.bean.interceptor with parameters of type InterceptionTypeModifier and TypeMethodDescriptionCustomInterceptorMetadata.getInterceptorInvocation(Object interceptorInstance, InterceptionType interceptionType) booleanCustomInterceptorMetadata.isEligible(InterceptionType interceptionType) -
Uses of InterceptionType in org.jboss.weld.interceptor.proxy
Methods in org.jboss.weld.interceptor.proxy with parameters of type InterceptionTypeModifier and TypeMethodDescriptionInterceptionContext.buildInterceptorMethodInvocations(Object instance, Method method, InterceptionType interceptionType) protected ObjectInterceptorMethodHandler.executeInterception(Object instance, Method method, Method proceed, Object[] args, InterceptionType interceptionType, InterceptionDecorationContext.Stack stack) -
Uses of InterceptionType in org.jboss.weld.interceptor.reader
Fields in org.jboss.weld.interceptor.reader with type parameters of type InterceptionTypeModifier and TypeFieldDescriptionprotected final Map<InterceptionType,List<Method>> AbstractInterceptorMetadata.interceptorMethodMapMethods in org.jboss.weld.interceptor.reader that return types with arguments of type InterceptionTypeModifier and TypeMethodDescriptionstatic Map<InterceptionType,List<Method>> InterceptorMetadataUtils.buildMethodMap(EnhancedAnnotatedType<?> type, boolean forTargetClass, BeanManagerImpl manager) Methods in org.jboss.weld.interceptor.reader with parameters of type InterceptionTypeModifier and TypeMethodDescriptionAbstractInterceptorMetadata.getInterceptorInvocation(Object interceptorInstance, InterceptionType interceptionType) AbstractInterceptorMetadata.getInterceptorMethods(InterceptionType interceptionType) booleanAbstractInterceptorMetadata.isEligible(InterceptionType interceptionType) static booleanInterceptorMetadataUtils.isInterceptorMethod(InterceptionType interceptionType, Method method, boolean forTargetClass) Method parameters in org.jboss.weld.interceptor.reader with type arguments of type InterceptionTypeModifier and TypeMethodDescriptionTargetClassInterceptorMetadata.of(Map<InterceptionType, List<Method>> interceptorMethodMap) Constructor parameters in org.jboss.weld.interceptor.reader with type arguments of type InterceptionTypeModifierConstructorDescriptionAbstractInterceptorMetadata(Map<InterceptionType, List<Method>> interceptorMethodMap) InterceptorMetadataImpl(Class<T> javaClass, InterceptorFactory<T> reference, Map<InterceptionType, List<Method>> interceptorMethodMap) -
Uses of InterceptionType in org.jboss.weld.interceptor.spi.metadata
Methods in org.jboss.weld.interceptor.spi.metadata with parameters of type InterceptionTypeModifier and TypeMethodDescriptionInterceptorMetadata.getInterceptorInvocation(Object interceptorInstance, InterceptionType interceptionType) Creates aInterceptorInvocationobject representing invocation of interceptor methods of a given type on a given interceptor instance.booleanInterceptorMetadata.isEligible(InterceptionType interceptionType) Indicates, whether the given interception type is supported. -
Uses of InterceptionType in org.jboss.weld.interceptor.spi.model
Methods in org.jboss.weld.interceptor.spi.model that return InterceptionTypeModifier and TypeMethodDescriptionstatic InterceptionTypeInterceptionType.valueOf(jakarta.enterprise.inject.spi.InterceptionType interceptionType) Returns the enum constant of this type with the specified name.static InterceptionTypeReturns the enum constant of this type with the specified name.static InterceptionType[]InterceptionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.weld.interceptor.spi.model with parameters of type InterceptionTypeModifier and TypeMethodDescriptionInterceptionModel.getInterceptors(InterceptionType interceptionType, Method method) Returns the interceptors applicable for the given interception type and method. -
Uses of InterceptionType in org.jboss.weld.interceptor.util
Methods in org.jboss.weld.interceptor.util that return types with arguments of type InterceptionTypeModifier and TypeMethodDescriptionstatic Collection<InterceptionType>InterceptionTypeRegistry.getSupportedInterceptionTypes()Methods in org.jboss.weld.interceptor.util with parameters of type InterceptionTypeModifier and TypeMethodDescriptionstatic Class<? extends Annotation>InterceptionTypeRegistry.getAnnotationClass(InterceptionType interceptionType) static booleanInterceptionTypeRegistry.isSupported(InterceptionType interceptionType) -
Uses of InterceptionType in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type InterceptionTypeModifier and TypeMethodDescriptionBeanMethods.getInterceptorMethods(EnhancedAnnotatedType<T> type, InterceptionType interceptionType, boolean targetClass)