public class InterceptorConfiguratorImpl extends Object implements org.jboss.weld.bootstrap.event.InterceptorConfigurator
| Constructor and Description |
|---|
InterceptorConfiguratorImpl() |
InterceptorConfiguratorImpl(BeanManagerImpl beanManager) |
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()
build in interface org.jboss.weld.bootstrap.event.InterceptorConfiguratorpublic BeanManagerImpl getBeanManager()
public void setBeanDeploymentFinder(BeanDeploymentFinder beanDeploymentFinder)
Copyright © 2017. All rights reserved.