Uses of Class
org.apache.webbeans.intercept.InterceptorResolutionService.BeanInterceptorInfo
-
Packages that use InterceptorResolutionService.BeanInterceptorInfo Package Description org.apache.webbeans.config org.apache.webbeans.intercept org.apache.webbeans.portable org.apache.webbeans.proxy -
-
Uses of InterceptorResolutionService.BeanInterceptorInfo in org.apache.webbeans.config
Methods in org.apache.webbeans.config that return InterceptorResolutionService.BeanInterceptorInfo Modifier and Type Method Description InterceptorResolutionService.BeanInterceptorInfoDeploymentValidationService.BeanInterceptorInfoProvider. interceptorInfo() -
Uses of InterceptorResolutionService.BeanInterceptorInfo in org.apache.webbeans.intercept
Methods in org.apache.webbeans.intercept that return InterceptorResolutionService.BeanInterceptorInfo Modifier and Type Method Description <T> InterceptorResolutionService.BeanInterceptorInfoInterceptorResolutionService. calculateInterceptorInfo(Set<Type> beanTypes, Set<Annotation> qualifiers, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, boolean failOnFinal)Methods in org.apache.webbeans.intercept with parameters of type InterceptorResolutionService.BeanInterceptorInfo Modifier and Type Method Description <T> Map<jakarta.enterprise.inject.spi.Interceptor<?>,Object>InterceptorResolutionService. createInterceptorInstances(InterceptorResolutionService.BeanInterceptorInfo interceptorInfo, CreationalContextImpl<T> creationalContextImpl)Map<Method,List<jakarta.enterprise.inject.spi.Interceptor<?>>>InterceptorResolutionService. createMethodInterceptors(InterceptorResolutionService.BeanInterceptorInfo interceptorInfo)<T> TInterceptorResolutionService. createProxiedInstance(T instance, CreationalContextImpl<T> creationalContextImpl, jakarta.enterprise.context.spi.CreationalContext<T> creationalContext, InterceptorResolutionService.BeanInterceptorInfo interceptorInfo, Class<? extends T> proxyClass, Map<Method,List<jakarta.enterprise.inject.spi.Interceptor<?>>> methodInterceptors, String passivationId, Map<jakarta.enterprise.inject.spi.Interceptor<?>,Object> interceptorInstances, Function<CreationalContextImpl<?>,Boolean> isDelegateInjection, BiFunction<T,List<jakarta.enterprise.inject.spi.Decorator<?>>,List<jakarta.enterprise.inject.spi.Decorator<?>>> filterDecorators)Constructors in org.apache.webbeans.intercept with parameters of type InterceptorResolutionService.BeanInterceptorInfo Constructor Description DecoratorHandler(InterceptorResolutionService.BeanInterceptorInfo interceptorInfo, List<jakarta.enterprise.inject.spi.Decorator<?>> decorators, Map<jakarta.enterprise.inject.spi.Decorator<?>,?> instances, int index, Object target, String passivationId) -
Uses of InterceptorResolutionService.BeanInterceptorInfo in org.apache.webbeans.portable
Fields in org.apache.webbeans.portable declared as InterceptorResolutionService.BeanInterceptorInfo Modifier and Type Field Description protected InterceptorResolutionService.BeanInterceptorInfoAbstractProducer. interceptorInfoMethods in org.apache.webbeans.portable that return InterceptorResolutionService.BeanInterceptorInfo Modifier and Type Method Description InterceptorResolutionService.BeanInterceptorInfoAbstractProducer. getInterceptorInfo() -
Uses of InterceptorResolutionService.BeanInterceptorInfo in org.apache.webbeans.proxy
Methods in org.apache.webbeans.proxy with parameters of type InterceptorResolutionService.BeanInterceptorInfo Modifier and Type Method Description <T> Class<T>InterceptorDecoratorProxyFactory. createProxyClass(InterceptorResolutionService.BeanInterceptorInfo interceptorInfo, jakarta.enterprise.inject.spi.AnnotatedType<T> at, ClassLoader classLoader)<T> Class<T>InterceptorDecoratorProxyFactory. getCachedProxyClass(InterceptorResolutionService.BeanInterceptorInfo interceptorInfo, jakarta.enterprise.inject.spi.AnnotatedType<T> at, ClassLoader classLoader)
-