Uses of Interface
com.ibm.wsspi.anno.info.ClassInfo

Packages that use ClassInfo
com.ibm.wsspi.anno.info   
 

Uses of ClassInfo in com.ibm.wsspi.anno.info
 

Methods in com.ibm.wsspi.anno.info that return ClassInfo
 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).
 

Methods in com.ibm.wsspi.anno.info that return types with arguments of type ClassInfo
 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.