ACPJsonWriter
which is registered by default and available to marshal ACP
from the Nuxeo
Rest API thanks to the JAX-RS marshaller JsonCoreIODelegate
.@Deprecated @Provider public class ACPWriter extends EntityWriter<ACP>
Modifier and Type | Field and Description |
---|---|
static String |
ENTITY_TYPE
Deprecated.
|
factory
Constructor and Description |
---|
ACPWriter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getEntityType()
Deprecated.
get the Entity type of the current entity type.
|
protected void |
writeEntityBody(org.codehaus.jackson.JsonGenerator jg,
ACP item)
Deprecated.
Write the body of the entity.
|
getSize, isWriteable, writeEntity, writeTo
public static final String ENTITY_TYPE
public ACPWriter()
protected void writeEntityBody(org.codehaus.jackson.JsonGenerator jg, ACP item) throws IOException
EntityWriter
writeEntityBody
in class EntityWriter<ACP>
IOException
protected String getEntityType()
EntityWriter
getEntityType
in class EntityWriter<ACP>
Copyright © 2015 Nuxeo SA. All rights reserved.