Uses of Class
org.jboss.weld.interceptor.spi.model.InterceptionType
-
-
Uses of InterceptionType in org.jboss.weld.bean.interceptor
Methods in org.jboss.weld.bean.interceptor with parameters of type InterceptionType Modifier and Type Method Description InterceptorInvocationCustomInterceptorMetadata. 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 InterceptionType Modifier and Type Method Description List<InterceptorMethodInvocation>InterceptionContext. 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 InterceptionType Modifier and Type Field Description protected Map<InterceptionType,List<Method>>AbstractInterceptorMetadata. interceptorMethodMapMethods in org.jboss.weld.interceptor.reader that return types with arguments of type InterceptionType Modifier and Type Method Description static Map<InterceptionType,List<Method>>InterceptorMetadataUtils. buildMethodMap(EnhancedAnnotatedType<?> type, boolean forTargetClass, BeanManagerImpl manager)Methods in org.jboss.weld.interceptor.reader with parameters of type InterceptionType Modifier and Type Method Description InterceptorInvocationAbstractInterceptorMetadata. getInterceptorInvocation(Object interceptorInstance, InterceptionType interceptionType)List<Method>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 InterceptionType Modifier and Type Method Description static TargetClassInterceptorMetadataTargetClassInterceptorMetadata. of(Map<InterceptionType,List<Method>> interceptorMethodMap)Constructor parameters in org.jboss.weld.interceptor.reader with type arguments of type InterceptionType Constructor Description AbstractInterceptorMetadata(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 InterceptionType Modifier and Type Method Description InterceptorInvocationInterceptorMetadata. 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 InterceptionType Modifier and Type Method Description static InterceptionTypeInterceptionType. valueOf(jakarta.enterprise.inject.spi.InterceptionType interceptionType)Returns the enum constant of this type with the specified name.static InterceptionTypeInterceptionType. valueOf(String name)Returns 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 InterceptionType Modifier and Type Method Description List<InterceptorClassMetadata<?>>InterceptionModel. 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 InterceptionType Modifier and Type Method Description static Collection<InterceptionType>InterceptionTypeRegistry. getSupportedInterceptionTypes()Methods in org.jboss.weld.interceptor.util with parameters of type InterceptionType Modifier and Type Method Description static 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 InterceptionType Modifier and Type Method Description static <T> List<Method>BeanMethods. getInterceptorMethods(EnhancedAnnotatedType<T> type, InterceptionType interceptionType, boolean targetClass)
-