Class AbstractLayoutJsonWriter<EntityType>

java.lang.Object
org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter<EntityType>
org.nuxeo.ecm.platform.forms.layout.export.AbstractLayoutJsonWriter<EntityType>
All Implemented Interfaces:
Marshaller<EntityType>, Writer<EntityType>
Direct Known Subclasses:
LayoutDefinitionJsonWriter, WidgetDefinitionJsonWriter, WidgetTypeConfigurationJsonWriter

public abstract class AbstractLayoutJsonWriter<EntityType> extends AbstractJsonWriter<EntityType>
Since:
10.1
  • Constructor Details

    • AbstractLayoutJsonWriter

      public AbstractLayoutJsonWriter()
  • Method Details