@Deprecated public class IntrospectionCache extends Object
Constructor and Description |
---|
IntrospectionCache()
Deprecated.
Creates an instance that uses a local cache.
|
IntrospectionCache(boolean shared)
Deprecated.
Creates an instance that will either use a local or shared (static) cache.
|
public IntrospectionCache()
public IntrospectionCache(boolean shared)
public Introspection lookup(Class<?> klass)
Introspection
of the passed class.ConversionError
- if unable to introspect the class.