|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.compiler.reflect.ClassDescriptorLoader
ClassDescriptorHelper.
@Deprecated public class ClassDescriptorLoader
Mirrors the class java.lang.ClassLoader. JAXX uses ClassDescriptor instead of Class
almost everywhere so that it can handle circular dependencies (there can't be a Class object for an uncompiled
JAXX or Java source file, and a compiler must be allow references to symbols in uncompiled source files in order to handle
circular dependencies).
| Method Summary | |
|---|---|
static void |
checkSupportClass(Class<?> handlerClass,
ClassDescriptor beanClass,
Class<?>... tagClasses)
Deprecated. |
static Class<?> |
getClass(String className,
ClassLoader classLoader)
Deprecated. |
static ClassDescriptor |
getClassDescriptor(Class<?> javaClass)
Deprecated. |
static ClassDescriptor |
getClassDescriptor(String className)
Deprecated. |
static ClassDescriptor |
getClassDescriptor(String className,
ClassLoader classLoader)
Deprecated. |
static Class<?> |
getPrimitiveBoxedClass(String className)
Deprecated. |
static Class<?> |
getPrimitiveClass(String className)
Deprecated. |
static void |
reset()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ClassDescriptor getClassDescriptor(String className)
throws ClassNotFoundException
ClassNotFoundException
public static ClassDescriptor getClassDescriptor(String className,
ClassLoader classLoader)
throws ClassNotFoundException
ClassNotFoundException@Deprecated public static ClassDescriptor getClassDescriptor(Class<?> javaClass)
@Deprecated public static Class<?> getPrimitiveBoxedClass(String className)
@Deprecated
public static Class<?> getPrimitiveClass(String className)
throws ClassNotFoundException
ClassNotFoundException
@Deprecated
public static Class<?> getClass(String className,
ClassLoader classLoader)
throws ClassNotFoundException
ClassNotFoundException
public static void checkSupportClass(Class<?> handlerClass,
ClassDescriptor beanClass,
Class<?>... tagClasses)
public static void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||