| Package | Description |
|---|---|
| org.modeshape.schematic.document | |
| org.modeshape.schematic.internal.document |
| Modifier and Type | Method and Description |
|---|---|
Binary |
Document.getBinary(String name)
Get the
Binary value in this document for the given field name. |
Binary |
Document.Field.getValueAsBinary() |
| Modifier and Type | Method and Description |
|---|---|
Binary |
DocumentValueFactory.createBinary(byte type,
byte[] data) |
Binary |
DefaultDocumentValueFactory.createBinary(byte type,
byte[] data) |
Binary |
BasicArray.getBinary(String name) |
Binary |
ArrayEditor.getBinary(String name) |
Binary |
BasicDocument.getBinary(String name) |
Binary |
DocumentEditor.getBinary(String name) |
Binary |
ImmutableField.getValueAsBinary() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CompactJsonWriter.write(Binary value,
Writer writer) |
protected void |
BsonWriter.write(String name,
Binary value,
BsonDataOutput output) |
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.