public class TestAnnotatedType<X> extends TestAnnotated implements javax.enterprise.inject.spi.AnnotatedType<X>
| Constructor and Description |
|---|
TestAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<X> delegate,
Annotation... annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<javax.enterprise.inject.spi.AnnotatedConstructor<X>> |
getConstructors() |
Set<javax.enterprise.inject.spi.AnnotatedField<? super X>> |
getFields() |
Class<X> |
getJavaClass() |
Set<javax.enterprise.inject.spi.AnnotatedMethod<? super X>> |
getMethods() |
static boolean |
isGetConstructorsUsed() |
static boolean |
isGetFieldsUsed() |
static boolean |
isGetMethodsUsed() |
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic TestAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<X> delegate, Annotation... annotations)
public Set<javax.enterprise.inject.spi.AnnotatedConstructor<X>> getConstructors()
getConstructors in interface javax.enterprise.inject.spi.AnnotatedType<X>public Set<javax.enterprise.inject.spi.AnnotatedField<? super X>> getFields()
getFields in interface javax.enterprise.inject.spi.AnnotatedType<X>public Class<X> getJavaClass()
getJavaClass in interface javax.enterprise.inject.spi.AnnotatedType<X>public Set<javax.enterprise.inject.spi.AnnotatedMethod<? super X>> getMethods()
getMethods in interface javax.enterprise.inject.spi.AnnotatedType<X>public static boolean isGetConstructorsUsed()
public static boolean isGetFieldsUsed()
public static boolean isGetMethodsUsed()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.