Class BulkCodec
- java.lang.Object
-
- org.nuxeo.ecm.automation.io.services.codec.ObjectCodec<EntityType>
-
- org.nuxeo.ecm.automation.io.services.codec.AbstractMarshallingRegistryCodec<BulkStatus>
-
- org.nuxeo.ecm.automation.io.services.codec.BulkCodec
-
public class BulkCodec extends AbstractMarshallingRegistryCodec<BulkStatus>
- Since:
- 10.2
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.automation.io.services.codec.ObjectCodec
type
-
-
Constructor Summary
Constructors Constructor Description BulkCodec()
-
Method Summary
-
Methods inherited from class org.nuxeo.ecm.automation.io.services.codec.AbstractMarshallingRegistryCodec
getType, isBuiltin, read, write
-
Methods inherited from class org.nuxeo.ecm.automation.io.services.codec.ObjectCodec
findParametrizedType, getJavaType
-
-
-
-
Constructor Detail
-
BulkCodec
public BulkCodec()
-
-