public class TestableUberspect extends Object implements org.apache.velocity.util.introspection.Uberspect
| Modifier and Type | Class and Description |
|---|---|
static class |
TestableUberspect.VelGetterImpl |
static class |
TestableUberspect.VelMethodImpl |
static class |
TestableUberspect.VelSetterImpl |
| Constructor and Description |
|---|
TestableUberspect() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<?> |
getIterator(Object obj,
org.apache.velocity.util.introspection.Info i) |
org.apache.velocity.util.introspection.VelMethod |
getMethod(Object obj,
String methodName,
Object[] args,
org.apache.velocity.util.introspection.Info i) |
static String |
getMethodText(String className,
String methodName,
Object[] args) |
org.apache.velocity.util.introspection.VelPropertyGet |
getPropertyGet(Object obj,
String identifier,
org.apache.velocity.util.introspection.Info i) |
org.apache.velocity.util.introspection.VelPropertySet |
getPropertySet(Object obj,
String identifier,
Object arg,
org.apache.velocity.util.introspection.Info i) |
static Iterator<?> |
getStandardIterator(Object obj,
org.apache.velocity.util.introspection.Info i) |
void |
init()
init - does nothing - we need to have setRuntimeLogger
called before getting our introspector, as the default
vel introspector depends upon it.;
|
void |
setBeKindToNulls(boolean behavior) |
public void init()
init in interface org.apache.velocity.util.introspection.Uberspectpublic void setBeKindToNulls(boolean behavior)
public Iterator<?> getIterator(Object obj, org.apache.velocity.util.introspection.Info i)
getIterator in interface org.apache.velocity.util.introspection.Uberspectpublic static Iterator<?> getStandardIterator(Object obj, org.apache.velocity.util.introspection.Info i)
public org.apache.velocity.util.introspection.VelMethod getMethod(Object obj, String methodName, Object[] args, org.apache.velocity.util.introspection.Info i)
getMethod in interface org.apache.velocity.util.introspection.Uberspectpublic static String getMethodText(String className, String methodName, Object[] args)
public org.apache.velocity.util.introspection.VelPropertyGet getPropertyGet(Object obj, String identifier, org.apache.velocity.util.introspection.Info i)
getPropertyGet in interface org.apache.velocity.util.introspection.UberspectCopyright © 2022. All rights reserved.