Package | Description |
---|---|
org.modeshape.schematic.document | |
org.modeshape.schematic.internal.document |
Modifier and Type | Class and Description |
---|---|
class |
CodeWithScope
A
JavaScript code with scope value for use within a BSON Object . |
Modifier and Type | Method and Description |
---|---|
Code |
Document.getCode(String name)
Get the
Code value in this document for the given field name. |
Modifier and Type | Method and Description |
---|---|
Code |
DocumentValueFactory.createCode(String code) |
Code |
DefaultDocumentValueFactory.createCode(String code) |
Code |
DocumentEditor.getCode(String name) |
Code |
BasicDocument.getCode(String name) |
Code |
BasicArray.getCode(String name) |
Code |
ArrayEditor.getCode(String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
CompactJsonWriter.write(Code value,
Writer writer) |
protected void |
BsonWriter.write(String name,
Code value,
BsonDataOutput output) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.