Uses of Class
org.nuxeo.ecm.automation.io.services.codec.ObjectCodec
Packages that use ObjectCodec
-
Uses of ObjectCodec in org.nuxeo.ecm.automation.io.services.codec
Subclasses of ObjectCodec in org.nuxeo.ecm.automation.io.services.codecModifier and TypeClassDescriptionclass
AbstractMarshallingRegistryCodec<EntityType>
class
class
class
static class
static class
static class
static class
static class
static class
Fields in org.nuxeo.ecm.automation.io.services.codec with type parameters of type ObjectCodecModifier and TypeFieldDescriptionprotected Map
<Class<?>, ObjectCodec<?>> ObjectCodecService._codecs
protected Map
<String, ObjectCodec<?>> ObjectCodecService._codecsByName
protected Map
<Class<?>, ObjectCodec<?>> ObjectCodecService.codecs
protected Map
<String, ObjectCodec<?>> ObjectCodecService.codecsByName
Methods in org.nuxeo.ecm.automation.io.services.codec that return ObjectCodecMethods in org.nuxeo.ecm.automation.io.services.codec that return types with arguments of type ObjectCodecModifier and TypeMethodDescriptionMap
<Class<?>, ObjectCodec<?>> ObjectCodecService.codecs()
Map
<String, ObjectCodec<?>> ObjectCodecService.codecsByName()
ObjectCodecService.getCodecs()
Get all codecs.Methods in org.nuxeo.ecm.automation.io.services.codec with parameters of type ObjectCodec