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 UberspectRuntimeSingleton.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 TypeInterfaceDescriptioninterfaceInterface 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 TypeClassDescriptionclassDefault implementation of achainable uberspectorthat forwards all calls to the wrapped uberspector (when that is possible).classChainable Uberspector that checks for deprecated method calls.classWhen the introspector.uberspect.class configuration property contains several uberspector class names, it means those uberspectors will be chained.classUse a custom introspector that prevents classloader related method calls.classImplementation of Uberspect to provide the default introspective functionality of VelocityclassImplementation of Uberspect to additionally provide access to public fields.Fields in org.apache.velocity.util.introspection declared as UberspectModifier and TypeFieldDescriptionprotected UberspectAbstractChainableUberspector.innerThe wrapped (decorated) uberspector.Methods in org.apache.velocity.util.introspection with parameters of type UberspectModifier and TypeMethodDescriptionvoidSpecify the decorated UberspectorvoidSpecify 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