Yes, pojo is nullable in ObjectAdapterContext_ObjectAdapterProvider ...
```java
public ObjectAdapter adapterFor(Object pojo) {
        
        if(pojo == null) {
            return null;
        }
...
}
```

[ Full content available at: https://github.com/apache/isis/pull/120 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to