|
|||||||||
| 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.
| Field Summary | |
|---|---|
static Introspector |
DEFAULT
|
static Introspector |
SIMPLE_INTROSPECTOR
|
static Introspector |
WEAK_INTROSPECTOR
|
| Constructor Summary | |
|---|---|
ClassIntrospector()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getStatistics()
Returns a string with some basic statistics information. |
static ClassDescriptor |
lookup(java.lang.Class type)
Returns class descriptor for specified type. |
static ClassDescriptor |
register(java.lang.Class type)
Registers new type. |
static void |
resetCache()
Clears cache. |
static void |
setDefaultIntrospector(Introspector i)
Specifies custom global introspector. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Introspector SIMPLE_INTROSPECTOR
public static final Introspector WEAK_INTROSPECTOR
public static Introspector DEFAULT
| Constructor Detail |
|---|
public ClassIntrospector()
| Method Detail |
|---|
public static ClassDescriptor lookup(java.lang.Class type)
public static ClassDescriptor register(java.lang.Class type)
public static void resetCache()
public static java.lang.String getStatistics()
public static void setDefaultIntrospector(Introspector i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||