Class NoopAnnotatedType<X>
- java.lang.Object
-
- org.apache.tapestry5.internal.jpa.NoopAnnotatedType<X>
-
- All Implemented Interfaces:
javax.enterprise.inject.spi.Annotated,javax.enterprise.inject.spi.AnnotatedType<X>
public class NoopAnnotatedType<X> extends java.lang.Object implements javax.enterprise.inject.spi.AnnotatedType<X>
-
-
Constructor Summary
Constructors Constructor Description NoopAnnotatedType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends java.lang.annotation.Annotation>
TgetAnnotation(java.lang.Class<T> annotationType)java.util.Set<java.lang.annotation.Annotation>getAnnotations()java.lang.reflect.TypegetBaseType()java.util.Set<javax.enterprise.inject.spi.AnnotatedConstructor<X>>getConstructors()java.util.Set<javax.enterprise.inject.spi.AnnotatedField<? super X>>getFields()java.lang.Class<X>getJavaClass()java.util.Set<javax.enterprise.inject.spi.AnnotatedMethod<? super X>>getMethods()java.util.Set<java.lang.reflect.Type>getTypeClosure()booleanisAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
-
-
-
Constructor Detail
-
NoopAnnotatedType
public NoopAnnotatedType()
-
-
Method Detail
-
getBaseType
public java.lang.reflect.Type getBaseType()
- Specified by:
getBaseTypein interfacejavax.enterprise.inject.spi.Annotated
-
getTypeClosure
public java.util.Set<java.lang.reflect.Type> getTypeClosure()
- Specified by:
getTypeClosurein interfacejavax.enterprise.inject.spi.Annotated
-
getAnnotation
public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)
- Specified by:
getAnnotationin interfacejavax.enterprise.inject.spi.Annotated
-
getAnnotations
public java.util.Set<java.lang.annotation.Annotation> getAnnotations()
- Specified by:
getAnnotationsin interfacejavax.enterprise.inject.spi.Annotated
-
isAnnotationPresent
public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
- Specified by:
isAnnotationPresentin interfacejavax.enterprise.inject.spi.Annotated
-
getJavaClass
public java.lang.Class<X> getJavaClass()
- Specified by:
getJavaClassin interfacejavax.enterprise.inject.spi.AnnotatedType<X>
-
getConstructors
public java.util.Set<javax.enterprise.inject.spi.AnnotatedConstructor<X>> getConstructors()
- Specified by:
getConstructorsin interfacejavax.enterprise.inject.spi.AnnotatedType<X>
-
getMethods
public java.util.Set<javax.enterprise.inject.spi.AnnotatedMethod<? super X>> getMethods()
- Specified by:
getMethodsin interfacejavax.enterprise.inject.spi.AnnotatedType<X>
-
-