public class SpringConfigurationWrapper<T> extends Object implements javax.enterprise.inject.spi.AnnotatedType
| Modifier and Type | Method and Description |
|---|---|
<X extends Annotation> |
getAnnotation(Class<X> annType) |
Set<Annotation> |
getAnnotations() |
Type |
getBaseType() |
Set<javax.enterprise.inject.spi.AnnotatedConstructor<T>> |
getConstructors() |
Set<javax.enterprise.inject.spi.AnnotatedField<? super T>> |
getFields() |
Class<T> |
getJavaClass() |
Set<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> |
getMethods() |
Set<Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
public Class<T> getJavaClass()
getJavaClass in interface javax.enterprise.inject.spi.AnnotatedTypepublic Set<javax.enterprise.inject.spi.AnnotatedConstructor<T>> getConstructors()
getConstructors in interface javax.enterprise.inject.spi.AnnotatedTypepublic Set<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> getMethods()
getMethods in interface javax.enterprise.inject.spi.AnnotatedTypepublic Set<javax.enterprise.inject.spi.AnnotatedField<? super T>> getFields()
getFields in interface javax.enterprise.inject.spi.AnnotatedTypepublic Type getBaseType()
getBaseType in interface javax.enterprise.inject.spi.Annotatedpublic Set<Type> getTypeClosure()
getTypeClosure in interface javax.enterprise.inject.spi.Annotatedpublic <X extends Annotation> X getAnnotation(Class<X> annType)
getAnnotation in interface javax.enterprise.inject.spi.Annotatedpublic Set<Annotation> getAnnotations()
getAnnotations in interface javax.enterprise.inject.spi.Annotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent in interface javax.enterprise.inject.spi.AnnotatedCopyright © 2015. All rights reserved.