Uses of Interface
com.ibm.wsspi.anno.info.ClassInfo
-
Packages that use ClassInfo Package Description com.ibm.wsspi.anno.info -
-
Uses of ClassInfo in com.ibm.wsspi.anno.info
Methods in com.ibm.wsspi.anno.info that return ClassInfo Modifier and Type Method Description ClassInfoAnnotationInfo. getAnnotationClassInfo()Answer the class of the annotation type of this annotation instance.ClassInfoFieldInfo. getDeclaringClass()Answer the info object of the class which declared this field.ClassInfoMethodInfo. getDeclaringClass()Answer the info object of the class which declared this method.ClassInfoInfoStore. getDelayableClassInfo(java.lang.String name)Answer (possibly delayed) class info object for a specified class name.ClassInfoMethodInfo. getReturnType()Answer the class info object of the return type of this method.ClassInfoClassInfo. getSuperclass()Answer the superclass of this class.ClassInfoFieldInfo. 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 Modifier and Type Method 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.
-