public class ObjectNullHandler extends Object implements NullHandler
| Constructor and Description |
|---|
ObjectNullHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
nullMethodResult(Map context,
Object target,
String methodName,
Object[] args)
Method called on target returned null.
|
Object |
nullPropertyValue(Map context,
Object target,
Object property)
Property in target evaluated to null.
|
public Object nullMethodResult(Map context, Object target, String methodName, Object[] args)
NullHandlernullMethodResult in interface NullHandlerpublic Object nullPropertyValue(Map context, Object target, Object property)
NullHandlernullPropertyValue in interface NullHandlerCopyright © 1997–2014 The Apache Software Foundation. All rights reserved.