public final class EventMetadataImpl extends java.lang.Object implements EventMetadata
EventMetadata implementation.| Constructor and Description |
|---|
EventMetadataImpl(java.lang.reflect.Type type,
InjectionPoint injectionPoint,
java.lang.annotation.Annotation[] qualifiers) |
EventMetadataImpl(java.lang.reflect.Type type,
InjectionPoint injectionPoint,
java.util.Set<java.lang.annotation.Annotation> qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
getInjectionPoint()
Get the
InjectionPoint representing the injected Event instance which fired the event, or
null if it was fired from BeanManager.fireEvent(Object, Annotation...); |
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers()
Get the qualifiers for which event payload was fired.
|
java.lang.reflect.Type |
getType()
Get the type representing runtime class of the event object with type variables resolved.
|
java.lang.String |
toString() |
public EventMetadataImpl(java.lang.reflect.Type type,
InjectionPoint injectionPoint,
java.util.Set<java.lang.annotation.Annotation> qualifiers)
public EventMetadataImpl(java.lang.reflect.Type type,
InjectionPoint injectionPoint,
java.lang.annotation.Annotation[] qualifiers)
public java.util.Set<java.lang.annotation.Annotation> getQualifiers()
EventMetadatagetQualifiers in interface EventMetadatapublic InjectionPoint getInjectionPoint()
EventMetadataInjectionPoint representing the injected Event instance which fired the event, or
null if it was fired from BeanManager.fireEvent(Object, Annotation...);getInjectionPoint in interface EventMetadatapublic java.lang.reflect.Type getType()
EventMetadatagetType in interface EventMetadatapublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015. All Rights Reserved.