Package | Description |
---|---|
org.infinispan.schematic.document | |
org.infinispan.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 |
MergeDocument.getCode(String name) |
Code |
Document.getCode(String name)
Get the
Code value in this document for the given field name. |
Code |
Code.Externalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends Code>> |
Code.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
void |
Code.Externalizer.writeObject(ObjectOutput output,
Code value) |
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-2014 JBoss, a division of Red Hat. All Rights Reserved.