public class ProcessBeanAttributesImpl<T> extends EventBase implements javax.enterprise.inject.spi.ProcessBeanAttributes<T>, AfterObserver
| Constructor and Description |
|---|
ProcessBeanAttributesImpl(WebBeansContext webBeansContext,
javax.enterprise.inject.spi.Annotated annotated,
javax.enterprise.inject.spi.BeanAttributes<T> attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDefinitionError(Throwable throwable) |
void |
afterObserver() |
javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator<T> |
configureBeanAttributes() |
javax.enterprise.inject.spi.Annotated |
getAnnotated() |
javax.enterprise.inject.spi.BeanAttributes<T> |
getAttributes() |
javax.enterprise.inject.spi.BeanAttributes<T> |
getBeanAttributes() |
Throwable |
getDefinitionError() |
void |
ignoreFinalMethods() |
boolean |
isIgnoreFinalMethods() |
boolean |
isVeto() |
void |
setBeanAttributes(javax.enterprise.inject.spi.BeanAttributes<T> tBeanAttributes) |
void |
veto() |
checkState, setStartedpublic ProcessBeanAttributesImpl(WebBeansContext webBeansContext, javax.enterprise.inject.spi.Annotated annotated, javax.enterprise.inject.spi.BeanAttributes<T> attributes)
public javax.enterprise.inject.spi.Annotated getAnnotated()
getAnnotated in interface javax.enterprise.inject.spi.ProcessBeanAttributes<T>public javax.enterprise.inject.spi.BeanAttributes<T> getBeanAttributes()
getBeanAttributes in interface javax.enterprise.inject.spi.ProcessBeanAttributes<T>public void setBeanAttributes(javax.enterprise.inject.spi.BeanAttributes<T> tBeanAttributes)
setBeanAttributes in interface javax.enterprise.inject.spi.ProcessBeanAttributes<T>public void veto()
veto in interface javax.enterprise.inject.spi.ProcessBeanAttributes<T>public void addDefinitionError(Throwable throwable)
addDefinitionError in interface javax.enterprise.inject.spi.ProcessBeanAttributes<T>public void ignoreFinalMethods()
ignoreFinalMethods in interface javax.enterprise.inject.spi.ProcessBeanAttributes<T>public javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator<T> configureBeanAttributes()
configureBeanAttributes in interface javax.enterprise.inject.spi.ProcessBeanAttributes<T>public javax.enterprise.inject.spi.BeanAttributes<T> getAttributes()
public boolean isVeto()
public boolean isIgnoreFinalMethods()
public Throwable getDefinitionError()
public void afterObserver()
afterObserver in interface AfterObserverCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.