| Package | Description | 
|---|---|
| com.tangosol.coherence.rest | 
 Contains classes related to the Coherence REST API. 
 | 
| com.tangosol.coherence.rest.config | 
 Contains classes related to the Coherence REST configuration. 
 | 
| com.tangosol.coherence.rest.providers | 
| Modifier and Type | Field and Description | 
|---|---|
protected MarshallerRegistry | 
CacheResource.m_marshallerRegistry
Marshaller registry to obtain marshallers from. 
 | 
protected MarshallerRegistry | 
EntryResource.m_marshallerRegistry
Marshaller registry to obtain marshallers from. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MarshallerRegistry | 
RestConfig.getMarshallerRegistry()
Return the configured marshaller registry. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected MarshallerRegistry | 
XmlKeysWriter.m_marshallerRegistry
Marshaller registry to obtain element marshallers from. 
 | 
protected MarshallerRegistry | 
XmlMapWriter.m_marshallerRegistry
Marshaller registry to obtain element marshallers from. 
 | 
protected MarshallerRegistry | 
JsonCollectionWriter.m_marshallerRegistry
Marshaller registry to obtain element marshallers from. 
 | 
protected MarshallerRegistry | 
XmlCollectionWriter.m_marshallerRegistry
Marshaller registry to obtain element marshallers from. 
 | 
| Constructor and Description | 
|---|
EntryWriter(MarshallerRegistry registry)
Construct an EntryWriter instance. 
 | 
JsonCollectionWriter(MarshallerRegistry registry)
Construct a JsonCollectionWriter instance. 
 | 
ObjectWriter(MarshallerRegistry registry)
Construct an ObjectWriter instance. 
 | 
XmlCollectionWriter(MarshallerRegistry registry)
Construct an XmlCollectionWriter instance. 
 | 
XmlKeysWriter(MarshallerRegistry registry)
Construct an XmlKeysWriter instance. 
 |