Package org.nuxeo.ecm.automation.server
Class MarshallerDescriptor
java.lang.Object
org.nuxeo.ecm.automation.server.MarshallerDescriptor
- All Implemented Interfaces:
Descriptor
- Since:
- 5.8
-
Field Summary
Modifier and TypeFieldDescriptionFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove, merge
-
Field Details
-
writers
-
readers
-
-
Constructor Details
-
MarshallerDescriptor
public MarshallerDescriptor()
-
-
Method Details
-
getId
Description copied from interface:Descriptor
The descriptor id, descriptors with same id are merged.To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden
toString()
for exemple.- Specified by:
getId
in interfaceDescriptor
-