Class ObjectNodeToMap

java.lang.Object
org.nuxeo.ecm.automation.core.impl.adapters.ObjectNodeToMap
All Implemented Interfaces:
TypeAdapter

public class ObjectNodeToMap extends Object implements TypeAdapter
Make it possible to directly JSON tree nodes parsed by the REST API (e.g. parameters or input) directly to java datastructures.
Since:
5.7
Author:
Olivier Grisel
  • Constructor Details

    • ObjectNodeToMap

      public ObjectNodeToMap()
  • Method Details