T - the type of beanpublic class ProcessBeanAttributesImpl<T> extends AbstractDefinitionContainerEvent implements ProcessBeanAttributes<T>
BeanAttributes) to be changed before the bean is registered.| Modifier and Type | Method and Description |
|---|---|
protected static <T> ProcessBeanAttributesImpl<T> |
fire(BeanManagerImpl beanManager,
BeanAttributes<T> attributes,
Annotated annotated,
Type type) |
Annotated |
getAnnotated() |
BeanAttributes<T> |
getBeanAttributes() |
BeanAttributes<T> |
getBeanAttributesInternal() |
boolean |
isDirty() |
boolean |
isVeto() |
void |
setBeanAttributes(BeanAttributes<T> beanAttributes) |
void |
veto() |
addDefinitionError, firegetActualTypeArguments, getBeanManager, getErrors, getRawTypegetReceiver, checkWithinObserverNotification, postNotify, preNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDefinitionErrorprotected static <T> ProcessBeanAttributesImpl<T> fire(BeanManagerImpl beanManager, BeanAttributes<T> attributes, Annotated annotated, Type type)
public Annotated getAnnotated()
getAnnotated in interface ProcessBeanAttributes<T>public BeanAttributes<T> getBeanAttributes()
getBeanAttributes in interface ProcessBeanAttributes<T>public BeanAttributes<T> getBeanAttributesInternal()
public void setBeanAttributes(BeanAttributes<T> beanAttributes)
setBeanAttributes in interface ProcessBeanAttributes<T>public void veto()
veto in interface ProcessBeanAttributes<T>public boolean isVeto()
public boolean isDirty()
Copyright © 2015. All Rights Reserved.