Class ArrayNodeToList

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

public class ArrayNodeToList 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

    • ArrayNodeToList

      public ArrayNodeToList()
  • Method Details