Uses of Class
org.apache.velocity.util.introspection.Introspector
-
Packages that use Introspector Package Description org.apache.velocity.runtime.parser.node org.apache.velocity.util.introspection -
-
Uses of Introspector in org.apache.velocity.runtime.parser.node
Methods in org.apache.velocity.runtime.parser.node that return Introspector Modifier and Type Method Description protected IntrospectorPropertyExecutor. getIntrospector()protected IntrospectorPublicFieldExecutor. getIntrospector()protected IntrospectorSetPropertyExecutor. getIntrospector()protected IntrospectorSetPublicFieldExecutor. getIntrospector()Constructors in org.apache.velocity.runtime.parser.node with parameters of type Introspector Constructor Description BooleanPropertyExecutor(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
Subclasses of Introspector in org.apache.velocity.util.introspection Modifier and Type Class Description classSecureIntrospectorImplPrevent "dangerous" classloader/reflection related calls.Fields in org.apache.velocity.util.introspection declared as Introspector Modifier and Type Field Description protected IntrospectorUberspectImpl. introspectorthe default Velocity introspectorprotected IntrospectorUberspectPublicFields. introspectorthe default Velocity introspector
-