Uses of Interface
org.apache.velocity.util.introspection.Uberspect
-
Packages that use Uberspect Package Description org.apache.velocity.runtime org.apache.velocity.util.introspection -
-
Uses of Uberspect in org.apache.velocity.runtime
Methods in org.apache.velocity.runtime that return Uberspect Modifier and Type Method Description UberspectRuntimeInstance. getUberspect()Returns the Uberspect object for this Instance.UberspectRuntimeServices. 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.introspection Modifier and Type Interface Description interfaceChainableUberspectorInterface 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 Uberspect Modifier and Type Class Description classAbstractChainableUberspectorDefault implementation of achainable uberspectorthat forwards all calls to the wrapped uberspector (when that is possible).classDeprecatedCheckUberspectorChainable Uberspector that checks for deprecated method calls.classLinkingUberspectorWhen the introspector.uberspect.class configuration property contains several uberspector class names, it means those uberspectors will be chained.classSecureUberspectorUse a custom introspector that prevents classloader related method calls.classUberspectImplImplementation of Uberspect to provide the default introspective functionality of VelocityclassUberspectPublicFieldsImplementation of Uberspect to additionally provide access to public fields.Fields in org.apache.velocity.util.introspection declared as Uberspect Modifier and Type Field Description protected UberspectAbstractChainableUberspector. innerThe wrapped (decorated) uberspector.Methods in org.apache.velocity.util.introspection with parameters of type Uberspect Modifier and Type Method Description voidAbstractChainableUberspector. wrap(Uberspect inner)Specify the decorated UberspectorvoidChainableUberspector. wrap(Uberspect inner)Specify the decorated UberspectorConstructors in org.apache.velocity.util.introspection with parameters of type Uberspect Constructor Description LinkingUberspector(Uberspect left, Uberspect right)Constructor that takes the two uberspectors to link
-