Class ObjectNullHandler

java.lang.Object
org.apache.commons.ognl.ObjectNullHandler
All Implemented Interfaces:
NullHandler

public class ObjectNullHandler extends Object implements NullHandler
Implementation of NullHandler that returns null in all cases, so that NullPointerException will be thrown by the caller.