Method Summary |
|
public static JClassWrapper | create(Class cl) |
public JAnnotation | getAnnotation(String name) Returns the annotation. |
public JClassLoader | getClassLoader() Returns the loader. |
public JClass | getComponentType() Returns the component type for a primitive class. |
public JMethod[] | getConstructors() Returns the public constructors. |
public JAnnotation[] | getDeclaredAnnotations() Returns the annotation. |
public JField[] | getDeclaredFields() Returns the declared methods. |
public JMethod[] | getDeclaredMethods() Returns the declared methods. |
public JField[] | getFields() Returns the declared methods. |
public JClass[] | getInterfaces() |
public Class | getJavaClass() Returns the Java class. |
public JMethod | getMethod(String name, JClass[] types) Returns the matching methods. |
public JMethod[] | getMethods() Returns the public methods. |
public String | getName() Returns the class name. |
public JClass | getSuperClass() |
public Class | getWrappedClass() Returns the class. |
public boolean | isAbstract() |
public boolean | isArray() Returns true for a primitive class. |
public boolean | isAssignableFrom(Class cl) Returns true for assignability. |
public boolean | isAssignableFrom(JClass cl) Returns true for assignability. |
public boolean | isAssignableTo(Class cl) Returns true for assignability. |
public boolean | isFinal() |
public boolean | isInterface() |
public boolean | isPrimitive() Returns true for a primitive class. |
public boolean | isPublic() Returns true for a public class. |
public String | toString() |