public interface ClassHelper
A helper for classes.
-
Method Summary
-
Method Details
-
forName
Returns theClassobject associated with the class or interface with the given string name.- Type Parameters:
T- the type of the class- Parameters:
className- the full qualified name of the class- Returns:
- the object of the class
- Throws:
Exception- if the class is not found- See Also:
-