jodd.introspector
Class ClassIntrospector

java.lang.Object
  extended by jodd.introspector.ClassIntrospector

public class ClassIntrospector
extends Object

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

ClassIntrospector

public ClassIntrospector()
Method Detail

lookup

public static ClassDescriptor lookup(Class type)
Returns class descriptor for specified type.


register

public static ClassDescriptor register(Class type)
Registers new type.


reset

public static void reset()
Clears cache.


setDefaultIntrospector

public static void setDefaultIntrospector(Introspector i)
Specifies custom global default introspector.