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:
jakarta.enterprise.inject.spi.Annotated,jakarta.enterprise.inject.spi.AnnotatedType<X>
public class AnnotatedTypeImpl<X> extends AbstractAnnotated implements jakarta.enterprise.inject.spi.AnnotatedType<X>
Implementation of theAnnotatedTypeinterface.- Version:
- $Rev$ $Date$
-
-
Constructor Summary
Constructors Constructor Description AnnotatedTypeImpl(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType otherAnnotatedType)Copy constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Set<jakarta.enterprise.inject.spi.AnnotatedConstructor<X>>getConstructors()protected Class<?>getDeclaringClass()Set<jakarta.enterprise.inject.spi.AnnotatedField<? super X>>getFields()Class<X>getJavaClass()Set<jakarta.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, jakarta.enterprise.inject.spi.AnnotatedType otherAnnotatedType)
Copy constructor- Parameters:
webBeansContext- actualWebBeansContextotherAnnotatedType- to copy
-
-
Method Detail
-
getJavaClass
public Class<X> getJavaClass()
- Specified by:
getJavaClassin interfacejakarta.enterprise.inject.spi.AnnotatedType<X>
-
getConstructors
public Set<jakarta.enterprise.inject.spi.AnnotatedConstructor<X>> getConstructors()
- Specified by:
getConstructorsin interfacejakarta.enterprise.inject.spi.AnnotatedType<X>
-
getFields
public Set<jakarta.enterprise.inject.spi.AnnotatedField<? super X>> getFields()
- Specified by:
getFieldsin interfacejakarta.enterprise.inject.spi.AnnotatedType<X>
-
getMethods
public Set<jakarta.enterprise.inject.spi.AnnotatedMethod<? super X>> getMethods()
- Specified by:
getMethodsin interfacejakarta.enterprise.inject.spi.AnnotatedType<X>
-
getOwningClass
protected Class<?> getOwningClass()
- Specified by:
getOwningClassin classAbstractAnnotated
-
getDeclaringClass
protected Class<?> getDeclaringClass()
- Specified by:
getDeclaringClassin classAbstractAnnotated
-
-