org.jboss.cdi.tck.tests.extensions.annotated
Class TestAnnotatedType<X>
java.lang.Object
org.jboss.cdi.tck.tests.extensions.annotated.TestAnnotated
org.jboss.cdi.tck.tests.extensions.annotated.TestAnnotatedType<X>
- All Implemented Interfaces:
- javax.enterprise.inject.spi.Annotated, javax.enterprise.inject.spi.AnnotatedType<X>
public class TestAnnotatedType<X>
- extends TestAnnotated
- implements javax.enterprise.inject.spi.AnnotatedType<X>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.enterprise.inject.spi.Annotated |
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent |
TestAnnotatedType
public TestAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<X> delegate,
Annotation... annotations)
getConstructors
public Set<javax.enterprise.inject.spi.AnnotatedConstructor<X>> getConstructors()
- Specified by:
getConstructors in interface javax.enterprise.inject.spi.AnnotatedType<X>
getFields
public Set<javax.enterprise.inject.spi.AnnotatedField<? super X>> getFields()
- Specified by:
getFields in interface javax.enterprise.inject.spi.AnnotatedType<X>
getJavaClass
public Class<X> getJavaClass()
- Specified by:
getJavaClass in interface javax.enterprise.inject.spi.AnnotatedType<X>
getMethods
public Set<javax.enterprise.inject.spi.AnnotatedMethod<? super X>> getMethods()
- Specified by:
getMethods in interface javax.enterprise.inject.spi.AnnotatedType<X>
isGetConstructorsUsed
public static boolean isGetConstructorsUsed()
isGetFieldsUsed
public static boolean isGetFieldsUsed()
isGetMethodsUsed
public static boolean isGetMethodsUsed()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.