Package | Description |
---|---|
org.infinispan.schematic.document | |
org.infinispan.schematic.internal.document | |
org.modeshape.jcr |
Modifier and Type | Method and Description |
---|---|
static DocumentSequence |
Json.readMultiple(InputStream stream)
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. |
Modifier and Type | Field and Description |
---|---|
protected DocumentSequence |
BackupDocumentReader.documents |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.