Package | Description |
---|---|
net.sf.kdgcommons.bean |
Modifier and Type | Method and Description |
---|---|
Introspection |
IntrospectionCache.lookup(Class<?> klass)
Returns an
Introspection of the passed class. |
Introspection |
IntrospectionCache.lookup(Class<?> klass,
boolean setAccessible)
Returns an
Introspection of the passed class, optionally calling
setAccessible(true) on all accessor methods. |