Uses of Interface
org.apache.velocity.util.introspection.Uberspect
Packages that use Uberspect
-
Uses of Uberspect in org.apache.velocity.runtime
Methods in org.apache.velocity.runtime that return UberspectModifier and TypeMethodDescriptionRuntimeInstance.getUberspect()
Returns the Uberspect object for this Instance.RuntimeServices.getUberspect()
Returns the configured class introspection/reflection implementation.static Uberspect
RuntimeSingleton.getUberspect()
Returns the Uberspect object for this Instance. -
Uses of Uberspect in org.apache.velocity.util.introspection
Subinterfaces of Uberspect in org.apache.velocity.util.introspectionModifier and TypeInterfaceDescriptioninterface
Interface that marks uberspectors as chainable, meaning that multiple uberspectors can be combined in a chain (using the Decorator pattern).Classes in org.apache.velocity.util.introspection that implement UberspectModifier and TypeClassDescriptionclass
Default implementation of achainable 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 Velocityclass
Implementation of Uberspect to additionally provide access to public fields.Fields in org.apache.velocity.util.introspection declared as UberspectModifier and TypeFieldDescriptionprotected Uberspect
AbstractChainableUberspector.inner
The wrapped (decorated) uberspector.Methods in org.apache.velocity.util.introspection with parameters of type UberspectModifier and TypeMethodDescriptionvoid
Specify the decorated Uberspectorvoid
Specify the decorated UberspectorConstructors in org.apache.velocity.util.introspection with parameters of type UberspectModifierConstructorDescriptionLinkingUberspector
(Uberspect left, Uberspect right) Constructor that takes the two uberspectors to link