|
||||||||
| 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 class ClassInfoRegistry
| Constructor Summary | |
|---|---|
ClassInfoRegistry()
|
|
| Method Summary | |
|---|---|
static ClassInfo |
getClassInfo(java.lang.Class<?> type)
Returns the ClassInfo instance registered for the given Class type. |
static void |
registerClassInfo(java.lang.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 |
| Constructor Detail |
|---|
public ClassInfoRegistry()
| Method Detail |
|---|
public static ClassInfo getClassInfo(java.lang.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(java.lang.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 | |||||||