Package | Description |
---|---|
com.ibm.wsspi.anno.info |
Modifier and Type | Method and Description |
---|---|
ClassInfo |
AnnotationInfo.getAnnotationClassInfo()
Answer the class of the annotation type of this annotation instance.
|
ClassInfo |
FieldInfo.getDeclaringClass()
Answer the info object of the class which declared this field.
|
ClassInfo |
MethodInfo.getDeclaringClass()
Answer the info object of the class which declared this method.
|
ClassInfo |
InfoStore.getDelayableClassInfo(java.lang.String name)
Answer (possibly delayed) class info object for a specified class name.
|
ClassInfo |
MethodInfo.getReturnType()
Answer the class info object of the return type of this method.
|
ClassInfo |
ClassInfo.getSuperclass()
Answer the superclass of this class.
|
ClassInfo |
FieldInfo.getType()
Answer the type of this field (as a class info object).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends ClassInfo> |
MethodInfo.getExceptionTypes()
Answer the class info objects of the exceptions which may be thrown by
this method.
|
java.util.List<? extends ClassInfo> |
ClassInfo.getInterfaces()
Answer the immediately declared interfaces of this class object.
|
java.util.List<? extends ClassInfo> |
MethodInfo.getParameterTypes()
Answer the in-order types of the parameters of this method.
|