Package | Description |
---|---|
org.nuxeo.ecm.automation.client.jaxrs.spi | |
org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers |
Modifier and Type | Method and Description |
---|---|
static <T> JsonMarshaller<T> |
JsonMarshalling.getMarshaller(Class<T> clazz) |
static <T> JsonMarshaller<T> |
JsonMarshalling.getMarshaller(String type) |
Modifier and Type | Method and Description |
---|---|
static void |
JsonMarshalling.addMarshaller(JsonMarshaller<?> marshaller) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanMarshaller
Marshaller for the default ObjectCodec for the java Boolean class instances.
|
class |
DateMarshaller
Marshaller for the default ObjectCodec for the java Date class instances.
|
class |
DocumentMarshaller |
class |
DocumentsMarshaller |
class |
ExceptionMarshaller |
class |
LoginMarshaller |
class |
NumberMarshaller
Marshaller for the default ObjectCodec for the java Number abstract class instances.
|
class |
PojoMarshaller<T>
Marshaller for the default ObjectCodec for the java Boolean class instances.
|
class |
RecordSetMarshaller
Manage JSON Decoding of RecordSet object returned by QueryAndFetch
|
class |
StringMarshaller
Marshaller for the default ObjectCodec for the java String class instances.
|
Copyright © 2015 Nuxeo SA. All rights reserved.