|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.castor.cpa.jpa.info.ClassInfoRegistry
public final class ClassInfoRegistry
This class holds ClassInfos describing the given classes
mapped to class objects.
| Method Summary | |
|---|---|
static ClassInfo |
getClassInfo(Class<?> type)
Returns the ClassInfo instance registered for the given Class type. |
static void |
registerClassInfo(Class<?> type,
ClassInfo classInfo)
Registers a ClassInfo instance for the given Class instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ClassInfo getClassInfo(Class<?> type)
ClassInfo instance registered for the given Class type.
type - A given Class type.
ClassInfo registered for the given Class type.
public static void registerClassInfo(Class<?> type,
ClassInfo classInfo)
ClassInfo instance for the given Class instance.
type - A given Class type.classInfo - The ClassInfo instance to register.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||