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() |
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers() |
java.lang.reflect.Type |
getType() |
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()
getQualifiers in interface EventMetadatapublic InjectionPoint getInjectionPoint()
getInjectionPoint in interface EventMetadatapublic java.lang.reflect.Type getType()
getType in interface EventMetadatapublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015. All Rights Reserved.