com.ibm.wsspi.anno.info

Uses of Interface ClassInfo

Packages that use ClassInfo

Package Description
com.ibm.wsspi.anno.info

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

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