public class DeprecatedCheckUberspector extends AbstractChainableUberspector implements Uberspect
ChainableUberspectorUberspectImpl.VelGetterImpl, UberspectImpl.VelMethodImpl, UberspectImpl.VelSetterImplinnerconversionHandler, introspector, log, rsvc| Constructor and Description |
|---|
DeprecatedCheckUberspector() |
| Modifier and Type | Method and Description |
|---|---|
VelMethod |
getMethod(Object obj,
String methodName,
Object[] args,
Info i)
Method
|
VelPropertyGet |
getPropertyGet(Object obj,
String identifier,
Info i)
Property getter
|
VelPropertySet |
getPropertySet(Object obj,
String identifier,
Object arg,
Info i)
Property setter
|
void |
init()
init - the chainable uberspector is responsible for the initialization of the wrapped uberspector
|
getIterator, wrapgetConversionHandler, setLog, setRuntimeServicesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIteratorpublic void init()
AbstractChainableUberspectorinit in interface Uberspectinit in class AbstractChainableUberspectorUberspect.init()public VelMethod getMethod(Object obj, String methodName, Object[] args, Info i)
AbstractChainableUberspectorgetMethod in interface UberspectgetMethod in class AbstractChainableUberspectorUberspect.getMethod(java.lang.Object, java.lang.String,
java.lang.Object[], org.apache.velocity.util.introspection.Info)public VelPropertyGet getPropertyGet(Object obj, String identifier, Info i)
AbstractChainableUberspectorgetPropertyGet in interface UberspectgetPropertyGet in class AbstractChainableUberspectorUberspect.getPropertyGet(java.lang.Object, java.lang.String,
org.apache.velocity.util.introspection.Info)public VelPropertySet getPropertySet(Object obj, String identifier, Object arg, Info i)
AbstractChainableUberspectorgetPropertySet in interface UberspectgetPropertySet in class AbstractChainableUberspectorUberspect.getPropertySet(java.lang.Object, java.lang.String,
java.lang.Object, org.apache.velocity.util.introspection.Info)Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.