public interface SchematicEntry extends Cloneable
Modifier and Type | Interface and Description |
---|---|
static interface |
SchematicEntry.FieldName |
Modifier and Type | Method and Description |
---|---|
Document |
asDocument()
|
Document |
getContent()
Return this value's content.
|
Document |
getMetadata()
Get the metadata associated with this value.
|
void |
setContent(Document content)
Set the content for this value to be the supplied Document and set the content type to be "
application/json ". |
Document getMetadata()
Document getContent()
Document
.void setContent(Document content)
application/json
".content
- the Document representing the JSON content; may not be nullCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.