public class DeprecatedCheckUberspector extends AbstractChainableUberspector implements Uberspect
ChainableUberspector
UberspectImpl.VelGetterImpl, UberspectImpl.VelMethodImpl, UberspectImpl.VelSetterImpl
inner
conversionHandler, 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, wrap
getConversionHandler, setLog, setRuntimeServices
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIterator
public void init()
AbstractChainableUberspector
init
in interface Uberspect
init
in class AbstractChainableUberspector
Uberspect.init()
public VelMethod getMethod(Object obj, String methodName, Object[] args, Info i)
AbstractChainableUberspector
getMethod
in interface Uberspect
getMethod
in class AbstractChainableUberspector
Uberspect.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)
AbstractChainableUberspector
getPropertyGet
in interface Uberspect
getPropertyGet
in class AbstractChainableUberspector
Uberspect.getPropertyGet(java.lang.Object, java.lang.String,
org.apache.velocity.util.introspection.Info)
public VelPropertySet getPropertySet(Object obj, String identifier, Object arg, Info i)
AbstractChainableUberspector
getPropertySet
in interface Uberspect
getPropertySet
in class AbstractChainableUberspector
Uberspect.getPropertySet(java.lang.Object, java.lang.String,
java.lang.Object, org.apache.velocity.util.introspection.Info)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.