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 TypeClassDescriptionclassAbstractMarshallingRegistryCodec<EntityType>classclassclassstatic classstatic classstatic classstatic classstatic classstatic classFields in org.nuxeo.ecm.automation.io.services.codec with type parameters of type ObjectCodecModifier and TypeFieldDescriptionprotected Map<Class<?>, ObjectCodec<?>> ObjectCodecService._codecsprotected Map<String, ObjectCodec<?>> ObjectCodecService._codecsByNameprotected Map<Class<?>, ObjectCodec<?>> ObjectCodecService.codecsprotected Map<String, ObjectCodec<?>> ObjectCodecService.codecsByNameMethods 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