public class AnnotatedTypeImpl<X> extends AnnotatedElementImpl implements AnnotatedType<X>
Constructor and Description |
---|
AnnotatedTypeImpl(AnnotatedType<X> annType) |
Modifier and Type | Method and Description |
---|---|
static <X> AnnotatedTypeImpl<X> |
create(AnnotatedType<X> annType) |
AnnotatedMethod<? super X> |
createMethod(java.lang.reflect.Method method)
Returns the matching method, creating one if necessary.
|
java.util.HashMap<java.lang.String,BaseType> |
getBaseTypeParamMap() |
java.util.Set<AnnotatedConstructor<X>> |
getConstructors()
Returns the abstract introspected constructors
|
java.util.Set<AnnotatedField<? super X>> |
getFields()
Returns the abstract introspected fields
|
java.lang.Class<X> |
getJavaClass()
Returns the concrete Java class
|
java.util.Set<AnnotatedMethod<? super X>> |
getMethods()
Returns the abstract introspected methods
|
java.util.Set<AnnotatedMethod<? super X>> |
getMethodsForUpdate()
Returns the abstract introspected methods
|
addAnalysisAnnotation, addAnnotation, addAnnotationIfAbsent, addAnnotations, addAnnotations, addOverrideAnnotation, clearAnnotations, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, fillTypeVariables, getAnalysisAnnotation, getAnnotation, getAnnotations, getBaseType, getBaseTypeImpl, getTypeClosure, getTypeVariables, isAnnotationPresent, removeAnnotation, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
public AnnotatedTypeImpl(AnnotatedType<X> annType)
public static <X> AnnotatedTypeImpl<X> create(AnnotatedType<X> annType)
public java.lang.Class<X> getJavaClass()
getJavaClass
in interface AnnotatedType<X>
public java.util.HashMap<java.lang.String,BaseType> getBaseTypeParamMap()
getBaseTypeParamMap
in interface BaseTypeAnnotated
getBaseTypeParamMap
in class AnnotatedElementImpl
public java.util.Set<AnnotatedConstructor<X>> getConstructors()
getConstructors
in interface AnnotatedType<X>
public java.util.Set<AnnotatedMethod<? super X>> getMethods()
getMethods
in interface AnnotatedType<X>
public java.util.Set<AnnotatedMethod<? super X>> getMethodsForUpdate()
public AnnotatedMethod<? super X> createMethod(java.lang.reflect.Method method)
public java.util.Set<AnnotatedField<? super X>> getFields()
getFields
in interface AnnotatedType<X>