Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.schematic.document | |
org.modeshape.schematic.internal.document |
Modifier and Type | Field and Description |
---|---|
protected DocumentSequence |
BackupDocumentReader.documents |
Modifier and Type | Method and Description |
---|---|
static DocumentSequence |
Json.readMultiple(InputStream stream,
boolean introspectStringValues)
Return a
DocumentSequence that can be used to pull multiple documents from the stream. |
static DocumentSequence |
Json.readMultiple(Reader reader)
Return a
DocumentSequence that can be used to pull multiple documents from the stream. |
Modifier and Type | Method and Description |
---|---|
DocumentSequence |
JsonReader.readMultiple(InputStream stream)
Return a
DocumentSequence that can be used to pull multiple documents from the stream. |
DocumentSequence |
JsonReader.readMultiple(InputStream stream,
boolean introspectStringValues)
Return a
DocumentSequence that can be used to pull multiple documents from the stream. |
DocumentSequence |
JsonReader.readMultiple(Reader reader)
Return a
DocumentSequence that can be used to pull multiple documents from the stream. |
DocumentSequence |
JsonReader.readMultiple(Reader reader,
boolean introspectStringValues)
Return a
DocumentSequence that can be used to pull multiple documents from the stream. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.