public class AnnotatedTypeImpl<X> extends AnnotatedElementImpl
| Constructor and Description |
|---|
AnnotatedTypeImpl(<any> annType) |
| Modifier and Type | Method and Description |
|---|---|
static <X> AnnotatedTypeImpl<X> |
create(<any> annType) |
<any> |
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<<any>> |
getConstructors()
Returns the abstract introspected constructors
|
java.util.Set<<any>> |
getFields()
Returns the abstract introspected fields
|
java.lang.Class<X> |
getJavaClass()
Returns the concrete Java class
|
java.util.Set<<any>> |
getMethods()
Returns the abstract introspected methods
|
java.util.Set<<any>> |
getMethodsForUpdate()
Returns the abstract introspected methods
|
addAnalysisAnnotation, addAnnotation, addAnnotationIfAbsent, addAnnotations, addAnnotations, addOverrideAnnotation, clearAnnotations, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, fillTypeVariables, getAnalysisAnnotation, getAnnotation, getAnnotations, getBaseType, getBaseTypeImpl, getTypeClosure, getTypeVariables, isAnnotationPresent, removeAnnotation, toStringpublic static <X> AnnotatedTypeImpl<X> create(<any> annType)
public java.lang.Class<X> getJavaClass()
public java.util.HashMap<java.lang.String,BaseType> getBaseTypeParamMap()
getBaseTypeParamMap in interface BaseTypeAnnotatedgetBaseTypeParamMap in class AnnotatedElementImplpublic java.util.Set<<any>> getConstructors()
public java.util.Set<<any>> getMethods()
public java.util.Set<<any>> getMethodsForUpdate()
public <any> createMethod(java.lang.reflect.Method method)
public java.util.Set<<any>> getFields()