public interface ClassIntrospector
ClassIntrospector simply delegates method calls for
 more convenient usage.| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
ClassIntrospector.Implementation  | 
| Modifier and Type | Method and Description | 
|---|---|
static ClassIntrospector | 
get()
Returns default implementation. 
 | 
ClassDescriptor | 
lookup(java.lang.Class type)
Returns class descriptor for specified type. 
 | 
void | 
reset()
Clears all cached data. 
 | 
static ClassIntrospector get()
ClassDescriptor lookup(java.lang.Class type)
void reset()
Copyright © 2003-present Jodd Team