DirectoryEntry
from the Nuxeo Rest API thanks to the JAX-RS marshaller
JsonCoreIODelegate
.@Deprecated @Provider public class DirectoryEntryWriter extends EntityWriter<DirectoryEntry>
Modifier and Type | Field and Description |
---|---|
static String |
ENTITY_TYPE
Deprecated.
|
factory
Constructor and Description |
---|
DirectoryEntryWriter()
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,
DirectoryEntry directoryEntry)
Deprecated.
Write the body of the entity.
|
getSize, isWriteable, writeEntity, writeTo
public static final String ENTITY_TYPE
public DirectoryEntryWriter()
protected void writeEntityBody(org.codehaus.jackson.JsonGenerator jg, DirectoryEntry directoryEntry) throws IOException
EntityWriter
writeEntityBody
in class EntityWriter<DirectoryEntry>
IOException
protected String getEntityType()
EntityWriter
getEntityType
in class EntityWriter<DirectoryEntry>
Copyright © 2015 Nuxeo SA. All rights reserved.