public class InterceptorConfiguratorImpl extends Object implements org.jboss.weld.bootstrap.event.InterceptorConfigurator
| Constructor and Description |
|---|
InterceptorConfiguratorImpl() |
InterceptorConfiguratorImpl(BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.weld.bootstrap.event.InterceptorConfigurator |
addBinding(Annotation binding) |
org.jboss.weld.bootstrap.event.InterceptorConfigurator |
addBindings(Annotation... bindings) |
org.jboss.weld.bootstrap.event.InterceptorConfigurator |
addBindings(Set<Annotation> bindings) |
org.jboss.weld.bootstrap.event.InterceptorConfigurator |
bindings(Annotation... bindings) |
javax.enterprise.inject.spi.Interceptor<?> |
build() |
BeanManagerImpl |
getBeanManager() |
org.jboss.weld.bootstrap.event.InterceptorConfigurator |
intercept(javax.enterprise.inject.spi.InterceptionType interceptionType,
Function<javax.interceptor.InvocationContext,Object> interceptorFunction) |
org.jboss.weld.bootstrap.event.InterceptorConfigurator |
interceptWithMetadata(javax.enterprise.inject.spi.InterceptionType interceptionType,
BiFunction<javax.interceptor.InvocationContext,javax.enterprise.inject.spi.Bean<?>,Object> interceptorFunction) |
org.jboss.weld.bootstrap.event.InterceptorConfigurator |
priority(int priority) |
void |
setBeanDeploymentFinder(BeanDeploymentFinder beanDeploymentFinder) |
public InterceptorConfiguratorImpl()
public InterceptorConfiguratorImpl(BeanManagerImpl beanManager)
public org.jboss.weld.bootstrap.event.InterceptorConfigurator intercept(javax.enterprise.inject.spi.InterceptionType interceptionType,
Function<javax.interceptor.InvocationContext,Object> interceptorFunction)
intercept in interface org.jboss.weld.bootstrap.event.InterceptorConfiguratorpublic org.jboss.weld.bootstrap.event.InterceptorConfigurator interceptWithMetadata(javax.enterprise.inject.spi.InterceptionType interceptionType,
BiFunction<javax.interceptor.InvocationContext,javax.enterprise.inject.spi.Bean<?>,Object> interceptorFunction)
interceptWithMetadata in interface org.jboss.weld.bootstrap.event.InterceptorConfiguratorpublic org.jboss.weld.bootstrap.event.InterceptorConfigurator addBinding(Annotation binding)
addBinding in interface org.jboss.weld.bootstrap.event.InterceptorConfiguratorpublic org.jboss.weld.bootstrap.event.InterceptorConfigurator addBindings(Annotation... bindings)
addBindings in interface org.jboss.weld.bootstrap.event.InterceptorConfiguratorpublic org.jboss.weld.bootstrap.event.InterceptorConfigurator addBindings(Set<Annotation> bindings)
addBindings in interface org.jboss.weld.bootstrap.event.InterceptorConfiguratorpublic org.jboss.weld.bootstrap.event.InterceptorConfigurator bindings(Annotation... bindings)
bindings in interface org.jboss.weld.bootstrap.event.InterceptorConfiguratorpublic org.jboss.weld.bootstrap.event.InterceptorConfigurator priority(int priority)
priority in interface org.jboss.weld.bootstrap.event.InterceptorConfiguratorpublic javax.enterprise.inject.spi.Interceptor<?> build()
public BeanManagerImpl getBeanManager()
public void setBeanDeploymentFinder(BeanDeploymentFinder beanDeploymentFinder)
Copyright © 2019. All rights reserved.