Package org.apache.webbeans.portable
Class AnnotatedTypeImpl<X>
- java.lang.Object
-
- org.apache.webbeans.portable.AbstractAnnotated
-
- org.apache.webbeans.portable.AnnotatedTypeImpl<X>
-
- Type Parameters:
X- class type
- All Implemented Interfaces:
javax.enterprise.inject.spi.Annotated,javax.enterprise.inject.spi.AnnotatedType<X>
public class AnnotatedTypeImpl<X> extends AbstractAnnotated implements javax.enterprise.inject.spi.AnnotatedType<X>
Implementation of theAnnotatedTypeinterface.- Version:
- $Rev$ $Date$
-
-
Constructor Summary
Constructors Constructor Description AnnotatedTypeImpl(WebBeansContext webBeansContext, javax.enterprise.inject.spi.AnnotatedType otherAnnotatedType)Copy constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Set<javax.enterprise.inject.spi.AnnotatedConstructor<X>>getConstructors()protected Class<?>getDeclaringClass()Set<javax.enterprise.inject.spi.AnnotatedField<? super X>>getFields()Class<X>getJavaClass()Set<javax.enterprise.inject.spi.AnnotatedMethod<? super X>>getMethods()protected Class<?>getOwningClass()inthashCode()-
Methods inherited from class org.apache.webbeans.portable.AbstractAnnotated
addAnnotation, buildRepeatableAnnotations, clearAnnotations, extractTypeClojure, getAnnotation, getAnnotations, getBaseType, getRepeatables, getTypeClosure, getWebBeansContext, isAnnotationPresent, setAnnotations, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
AnnotatedTypeImpl
public AnnotatedTypeImpl(WebBeansContext webBeansContext, javax.enterprise.inject.spi.AnnotatedType otherAnnotatedType)
Copy constructor- Parameters:
webBeansContext- actualWebBeansContextotherAnnotatedType- to copy
-
-
Method Detail
-
getJavaClass
public Class<X> getJavaClass()
- Specified by:
getJavaClassin interfacejavax.enterprise.inject.spi.AnnotatedType<X>
-
getConstructors
public Set<javax.enterprise.inject.spi.AnnotatedConstructor<X>> getConstructors()
- Specified by:
getConstructorsin interfacejavax.enterprise.inject.spi.AnnotatedType<X>
-
getFields
public Set<javax.enterprise.inject.spi.AnnotatedField<? super X>> getFields()
- Specified by:
getFieldsin interfacejavax.enterprise.inject.spi.AnnotatedType<X>
-
getMethods
public Set<javax.enterprise.inject.spi.AnnotatedMethod<? super X>> getMethods()
- Specified by:
getMethodsin interfacejavax.enterprise.inject.spi.AnnotatedType<X>
-
getOwningClass
protected Class<?> getOwningClass()
- Specified by:
getOwningClassin classAbstractAnnotated
-
getDeclaringClass
protected Class<?> getDeclaringClass()
- Specified by:
getDeclaringClassin classAbstractAnnotated
-
-