Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.automation.server.jaxrs.io.JsonMarshaller

Packages that use JsonMarshaller
org.nuxeo.ecm.automation.server   
org.nuxeo.ecm.automation.server.jaxrs.io   
org.nuxeo.ecm.automation.server.jaxrs.io.marshallers   
 

Uses of JsonMarshaller in org.nuxeo.ecm.automation.server
 

Methods in org.nuxeo.ecm.automation.server that return JsonMarshaller
 JsonMarshaller<?> RestMarshaller.newInstance()
           
 

Methods in org.nuxeo.ecm.automation.server that return types with arguments of type JsonMarshaller
 Class<JsonMarshaller<?>> RestMarshaller.getClazz()
           
 

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

Methods in org.nuxeo.ecm.automation.server.jaxrs.io that return JsonMarshaller
<T> JsonMarshaller<T>
JsonMarshalling.getMarshaller(Class<T> clazz)
          Access to the marshalling logic giving a java type
<T> JsonMarshaller<T>
JsonMarshalling.getMarshaller(String type)
          Access to the marshalling logic giving a JSON type
 

Methods in org.nuxeo.ecm.automation.server.jaxrs.io with parameters of type JsonMarshaller
 void JsonMarshalling.addMarshaller(JsonMarshaller<?> marshaller)
          Register the new marshalling logic
 

Uses of JsonMarshaller in org.nuxeo.ecm.automation.server.jaxrs.io.marshallers
 

Classes in org.nuxeo.ecm.automation.server.jaxrs.io.marshallers that implement JsonMarshaller
 class BeanMarshaller<T>
           
 class DateMarshaller
           
 class PrimitiveMarshaller<T>
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.