public class JaxrsAnnotatedType<TYPE> extends Object implements javax.enterprise.inject.spi.AnnotatedType<TYPE>
| Constructor and Description |
|---|
JaxrsAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<TYPE> delegate,
Annotation scope) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Set<Annotation> |
getAnnotations() |
Type |
getBaseType() |
Set<javax.enterprise.inject.spi.AnnotatedConstructor<TYPE>> |
getConstructors() |
Set<javax.enterprise.inject.spi.AnnotatedField<? super TYPE>> |
getFields() |
Class<TYPE> |
getJavaClass() |
Set<javax.enterprise.inject.spi.AnnotatedMethod<? super TYPE>> |
getMethods() |
Set<Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
public JaxrsAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<TYPE> delegate, Annotation scope)
public Set<javax.enterprise.inject.spi.AnnotatedConstructor<TYPE>> getConstructors()
getConstructors in interface javax.enterprise.inject.spi.AnnotatedType<TYPE>public Set<javax.enterprise.inject.spi.AnnotatedField<? super TYPE>> getFields()
getFields in interface javax.enterprise.inject.spi.AnnotatedType<TYPE>public Class<TYPE> getJavaClass()
getJavaClass in interface javax.enterprise.inject.spi.AnnotatedType<TYPE>public Set<javax.enterprise.inject.spi.AnnotatedMethod<? super TYPE>> getMethods()
getMethods in interface javax.enterprise.inject.spi.AnnotatedType<TYPE>public <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation in interface javax.enterprise.inject.spi.Annotatedpublic Set<Annotation> getAnnotations()
getAnnotations in interface javax.enterprise.inject.spi.Annotatedpublic Type getBaseType()
getBaseType in interface javax.enterprise.inject.spi.Annotatedpublic Set<Type> getTypeClosure()
getTypeClosure in interface javax.enterprise.inject.spi.Annotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent in interface javax.enterprise.inject.spi.AnnotatedCopyright © 2018 JBoss by Red Hat. All rights reserved.