Uses of Class
org.nuxeo.ecm.automation.io.services.codec.ObjectCodec
-
Packages that use ObjectCodec Package Description org.nuxeo.ecm.automation.io.services.codec -
-
Uses of ObjectCodec in org.nuxeo.ecm.automation.io.services.codec
Subclasses of ObjectCodec in org.nuxeo.ecm.automation.io.services.codec Modifier and Type Class Description classAbstractMarshallingRegistryCodec<EntityType>classBulkCodecclassDocumentModelCodecclassNuxeoPrincipalCodecstatic classObjectCodecService.BooleanCodecstatic classObjectCodecService.CalendarCodecstatic classObjectCodecService.DateCodecstatic classObjectCodecService.DocumentAdapterCodecstatic classObjectCodecService.NumberCodecstatic classObjectCodecService.StringCodecFields in org.nuxeo.ecm.automation.io.services.codec with type parameters of type ObjectCodec Modifier and Type Field Description protected 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 ObjectCodec Modifier and Type Method Description ObjectCodec<?>ObjectCodecService. getCodec(Class<?> objectType)ObjectCodec<?>ObjectCodecService. getCodec(String name)Methods in org.nuxeo.ecm.automation.io.services.codec that return types with arguments of type ObjectCodec Modifier and Type Method Description Map<Class<?>,ObjectCodec<?>>ObjectCodecService. codecs()Map<String,ObjectCodec<?>>ObjectCodecService. codecsByName()Collection<ObjectCodec<?>>ObjectCodecService. getCodecs()Get all codecs.Methods in org.nuxeo.ecm.automation.io.services.codec with parameters of type ObjectCodec Modifier and Type Method Description voidObjectCodecService. addCodec(ObjectCodec<?> codec)
-