|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bval.jsr303.util.ClassHelper
public class ClassHelper
Common operations on classes that do not require an AccessController
.
Method Summary | |
---|---|
static void |
fillFullClassHierarchyAsList(List<Class<?>> allClasses,
Class<?> clazz)
Fill the list with the full class/interface hierarchy of the given class. |
static Class<?> |
getClass(String className)
Deprecated. Will be removed for security reasons. Perform ClassUtils.getClass functions with Java 2 Security enabled. |
static Class<?> |
getClass(String className,
boolean initialize)
Deprecated. Will be removed for security reasons. Perform ClassUtils.getClass functions with Java 2 Security enabled. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void fillFullClassHierarchyAsList(List<Class<?>> allClasses, Class<?> clazz)
allClasses
- The current list of classes in the hierarchy.clazz
- The current class, root of the hierarchy to traverse.@Deprecated public static Class<?> getClass(String className) throws ClassNotFoundException
ClassNotFoundException
@Deprecated public static Class<?> getClass(String className, boolean initialize) throws ClassNotFoundException
ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |