|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjodd.introspector.ClassIntrospector
public class ClassIntrospector
Default class Introspector simply delegates method calls for
more convenient usage.
| Constructor Summary | |
|---|---|
ClassIntrospector()
|
|
| Method Summary | |
|---|---|
static ClassDescriptor |
lookup(Class type)
Returns class descriptor for specified type. |
static ClassDescriptor |
register(Class type)
Registers new type. |
static void |
reset()
Clears cache. |
static void |
setDefaultIntrospector(Introspector i)
Specifies custom global default introspector. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassIntrospector()
| Method Detail |
|---|
public static ClassDescriptor lookup(Class type)
public static ClassDescriptor register(Class type)
public static void reset()
public static void setDefaultIntrospector(Introspector i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||