| Package | Description |
|---|---|
| org.nuxeo.ecm.automation.client.jaxrs.spi | |
| org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers |
| Modifier and Type | Field and Description |
|---|---|
protected static HashMap<Class<?>,JsonMarshaller<?>> |
JsonMarshalling.marshallersByJavaType |
protected static HashMap<String,JsonMarshaller<?>> |
JsonMarshalling.marshallersByType |
| 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 |
DocumentMarshaller |
class |
DocumentsMarshaller |
class |
EsMarshaller |
class |
ExceptionMarshaller |
class |
LoginMarshaller |
Copyright © 2021. All rights reserved.