Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.automation.server.jaxrs.io.ObjectCodec

Packages that use ObjectCodec
org.nuxeo.ecm.automation.server.jaxrs.io   
 

Uses of ObjectCodec in org.nuxeo.ecm.automation.server.jaxrs.io
 

Subclasses of ObjectCodec in org.nuxeo.ecm.automation.server.jaxrs.io
static class ObjectCodecService.BooleanCodec
           
static class ObjectCodecService.CalendarCodec
           
static class ObjectCodecService.DateCodec
           
static class ObjectCodecService.NumberCodec
           
static class ObjectCodecService.StringCodec
           
 

Methods in org.nuxeo.ecm.automation.server.jaxrs.io that return ObjectCodec
 ObjectCodec<?> ObjectCodecService.getCodec(Class<?> objectType)
           
 ObjectCodec<?> ObjectCodecService.getCodec(String name)
           
 ObjectCodec<?> CodecDescriptor.newInstance()
           
 

Methods in org.nuxeo.ecm.automation.server.jaxrs.io that return types with arguments of type ObjectCodec
 Map<Class<?>,ObjectCodec<?>> ObjectCodecService.codecs()
           
 Map<String,ObjectCodec<?>> ObjectCodecService.codecsByName()
           
 Collection<ObjectCodec<?>> ObjectCodecService.getCodecs()
          Get all codecs.
 

Methods in org.nuxeo.ecm.automation.server.jaxrs.io with parameters of type ObjectCodec
 void ObjectCodecService.addCodec(ObjectCodec<?> codec)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.