public class JythonUberspect
extends org.apache.velocity.util.introspection.UberspectImpl
org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl, org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl, org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl| Constructor and Description |
|---|
JythonUberspect() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<?> |
getIterator(java.lang.Object obj,
org.apache.velocity.util.introspection.Info i) |
org.apache.velocity.util.introspection.VelMethod |
getMethod(java.lang.Object obj,
java.lang.String methodName,
java.lang.Object[] args,
org.apache.velocity.util.introspection.Info i) |
org.apache.velocity.util.introspection.VelPropertyGet |
getPropertyGet(java.lang.Object obj,
java.lang.String identifier,
org.apache.velocity.util.introspection.Info i) |
org.apache.velocity.util.introspection.VelPropertySet |
getPropertySet(java.lang.Object obj,
java.lang.String identifier,
java.lang.Object arg,
org.apache.velocity.util.introspection.Info i) |
static java.lang.Object |
toJava(java.lang.Object obj) |
public java.util.Iterator<?> getIterator(java.lang.Object obj,
org.apache.velocity.util.introspection.Info i)
throws java.lang.Exception
getIterator in interface org.apache.velocity.util.introspection.UberspectgetIterator in class org.apache.velocity.util.introspection.UberspectImpljava.lang.Exceptionpublic org.apache.velocity.util.introspection.VelMethod getMethod(java.lang.Object obj,
java.lang.String methodName,
java.lang.Object[] args,
org.apache.velocity.util.introspection.Info i)
throws java.lang.Exception
getMethod in interface org.apache.velocity.util.introspection.UberspectgetMethod in class org.apache.velocity.util.introspection.UberspectImpljava.lang.Exceptionpublic org.apache.velocity.util.introspection.VelPropertyGet getPropertyGet(java.lang.Object obj,
java.lang.String identifier,
org.apache.velocity.util.introspection.Info i)
throws java.lang.Exception
getPropertyGet in interface org.apache.velocity.util.introspection.UberspectgetPropertyGet in class org.apache.velocity.util.introspection.UberspectImpljava.lang.Exceptionpublic org.apache.velocity.util.introspection.VelPropertySet getPropertySet(java.lang.Object obj,
java.lang.String identifier,
java.lang.Object arg,
org.apache.velocity.util.introspection.Info i)
throws java.lang.Exception
getPropertySet in interface org.apache.velocity.util.introspection.UberspectgetPropertySet in class org.apache.velocity.util.introspection.UberspectImpljava.lang.Exceptionpublic static java.lang.Object toJava(java.lang.Object obj)
Copyright © 2009-2019. All Rights Reserved.