-
Returns the Uberspect object for this Instance.
Returns the configured class introspection/reflection
implementation.
Returns the Uberspect object for this Instance.
-
interface
Interface that marks uberspectors as chainable, meaning that multiple uberspectors can be
combined in a chain (using the Decorator pattern).
class
Default implementation of a
chainable uberspector
that forwards all calls to the wrapped
uberspector (when that is possible).
class
Chainable Uberspector that checks for deprecated method calls.
class
When the introspector.uberspect.class configuration property contains several
uberspector class names, it means those uberspectors will be chained.
class
Use a custom introspector that prevents classloader related method
calls.
class
Implementation of Uberspect to provide the default introspective
functionality of Velocity
class
Implementation of Uberspect to additionally provide access to public fields.
AbstractChainableUberspector.inner
The wrapped (decorated) uberspector.
void
Specify the decorated Uberspector
void
Specify the decorated Uberspector
Constructor that takes the two uberspectors to link