Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.automation.client.jaxrs.spi.JsonMarshaller

Packages that use JsonMarshaller
org.nuxeo.ecm.automation.client.jaxrs.spi   
org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers   
 

Uses of JsonMarshaller in org.nuxeo.ecm.automation.client.jaxrs.spi
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi that return JsonMarshaller
static
<T> JsonMarshaller<T>
JsonMarshalling.getMarshaller(Class<T> clazz)
           
static
<T> JsonMarshaller<T>
JsonMarshalling.getMarshaller(String type)
           
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi with parameters of type JsonMarshaller
static void JsonMarshalling.addMarshaller(JsonMarshaller<?> marshaller)
           
 

Uses of JsonMarshaller in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers
 

Classes in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers that implement JsonMarshaller
 class BeanMarshaller<T>
           
 class DateMarshaller
           
 class DocumentMarshaller
           
 class DocumentsMarshaller
           
 class ExceptionMarshaller
           
 class LoginMarshaller
           
 class PrimitiveMarshaller<T>
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.