Package org.jboss.weld.bootstrap.events
Class InterceptorConfiguratorImpl
java.lang.Object
org.jboss.weld.bootstrap.events.InterceptorConfiguratorImpl
- All Implemented Interfaces:
org.jboss.weld.bootstrap.event.InterceptorConfigurator
public class InterceptorConfiguratorImpl
extends Object
implements org.jboss.weld.bootstrap.event.InterceptorConfigurator
- Author:
- Tomas Remes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.weld.bootstrap.event.InterceptorConfiguratoraddBinding(Annotation binding) org.jboss.weld.bootstrap.event.InterceptorConfiguratoraddBindings(Annotation... bindings) org.jboss.weld.bootstrap.event.InterceptorConfiguratoraddBindings(Set<Annotation> bindings) org.jboss.weld.bootstrap.event.InterceptorConfiguratorbindings(Annotation... bindings) jakarta.enterprise.inject.spi.Interceptor<?>build()org.jboss.weld.bootstrap.event.InterceptorConfiguratorintercept(jakarta.enterprise.inject.spi.InterceptionType interceptionType, Function<jakarta.interceptor.InvocationContext, Object> interceptorFunction) org.jboss.weld.bootstrap.event.InterceptorConfiguratorinterceptWithMetadata(jakarta.enterprise.inject.spi.InterceptionType interceptionType, BiFunction<jakarta.interceptor.InvocationContext, jakarta.enterprise.inject.spi.Bean<?>, Object> interceptorFunction) org.jboss.weld.bootstrap.event.InterceptorConfiguratorpriority(int priority) voidsetBeanDeploymentFinder(BeanDeploymentFinder beanDeploymentFinder)
-
Constructor Details
-
InterceptorConfiguratorImpl
public InterceptorConfiguratorImpl() -
InterceptorConfiguratorImpl
-
-
Method Details
-
intercept
public org.jboss.weld.bootstrap.event.InterceptorConfigurator intercept(jakarta.enterprise.inject.spi.InterceptionType interceptionType, Function<jakarta.interceptor.InvocationContext, Object> interceptorFunction) - Specified by:
interceptin interfaceorg.jboss.weld.bootstrap.event.InterceptorConfigurator
-
interceptWithMetadata
public org.jboss.weld.bootstrap.event.InterceptorConfigurator interceptWithMetadata(jakarta.enterprise.inject.spi.InterceptionType interceptionType, BiFunction<jakarta.interceptor.InvocationContext, jakarta.enterprise.inject.spi.Bean<?>, Object> interceptorFunction) - Specified by:
interceptWithMetadatain interfaceorg.jboss.weld.bootstrap.event.InterceptorConfigurator
-
addBinding
- Specified by:
addBindingin interfaceorg.jboss.weld.bootstrap.event.InterceptorConfigurator
-
addBindings
- Specified by:
addBindingsin interfaceorg.jboss.weld.bootstrap.event.InterceptorConfigurator
-
addBindings
- Specified by:
addBindingsin interfaceorg.jboss.weld.bootstrap.event.InterceptorConfigurator
-
bindings
- Specified by:
bindingsin interfaceorg.jboss.weld.bootstrap.event.InterceptorConfigurator
-
priority
public org.jboss.weld.bootstrap.event.InterceptorConfigurator priority(int priority) - Specified by:
priorityin interfaceorg.jboss.weld.bootstrap.event.InterceptorConfigurator
-
build
public jakarta.enterprise.inject.spi.Interceptor<?> build() -
getBeanManager
-
setBeanDeploymentFinder
-