Uses of Class
org.apache.velocity.util.introspection.Introspector
-
Uses of Introspector in org.apache.velocity.runtime.parser.node
Modifier and TypeMethodDescriptionprotected Introspector
PropertyExecutor.getIntrospector()
protected Introspector
PublicFieldExecutor.getIntrospector()
protected Introspector
SetPropertyExecutor.getIntrospector()
protected Introspector
SetPublicFieldExecutor.getIntrospector()
ModifierConstructorDescriptionBooleanPropertyExecutor
(org.slf4j.Logger log, Introspector introspector, Class<?> clazz, String property) BooleanPropertyExecutor
(org.slf4j.Logger log, Introspector introspector, Class<?> clazz, String property, boolean wrapArray) GetExecutor
(org.slf4j.Logger log, Introspector introspector, Class<?> clazz, String property) PropertyExecutor
(org.slf4j.Logger log, Introspector introspector, Class<?> clazz, String property) PropertyExecutor
(org.slf4j.Logger log, Introspector introspector, Class<?> clazz, String property, boolean wrapArray) PublicFieldExecutor
(org.slf4j.Logger log, Introspector introspector, Class<?> clazz, String property) PutExecutor
(org.slf4j.Logger log, Introspector introspector, Class<?> clazz, Object arg, String property) SetPropertyExecutor
(org.slf4j.Logger log, Introspector introspector, Class<?> clazz, String property, Object arg) SetPublicFieldExecutor
(org.slf4j.Logger log, Introspector introspector, Class<?> clazz, String property, Object arg) -
Uses of Introspector in org.apache.velocity.util.introspection
Modifier and TypeClassDescriptionclass
Prevent "dangerous" classloader/reflection related calls.Modifier and TypeFieldDescriptionprotected Introspector
UberspectImpl.introspector
the default Velocity introspectorprotected Introspector
UberspectPublicFields.introspector
the default Velocity introspector