- getName
Returns the name of the class represented by this Class. For a description of
the format which is us
- getSimpleName
- getClassLoader
- isAssignableFrom
Determines if the class or interface represented by this Class object is either
the same as, or is a
- forName
Returns the Class object associated with the class or interface with the given
string name, using th
- newInstance
Returns a new instance of the class represented by this Class, created by
invoking the default (that
- getMethod
Returns a Method object that reflects the specified public member method of the
class or interface r
- getResourceAsStream
- getSuperclass
Returns the Class representing the superclass of the entity (class, interface,
primitive type or voi
- getConstructor
- cast
Casts an object to the class or interface represented by this Class object.
- isInstance