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)
NullHandler
nullMethodResult
in interface NullHandler
public Object nullPropertyValue(Map context, Object target, Object property)
NullHandler
nullPropertyValue
in interface NullHandler
Copyright © 1997–2021 The Apache Software Foundation. All rights reserved.