| Modifier and Type | Class and Description |
|---|---|
class |
CSVWire
YAML Based wire format
|
class |
JSONWire
JSON wire format
At the moment, this is a cut down version of the YAML wire format.
|
class |
QueryWire
THis wire decodes URL query strings.
|
| Modifier and Type | Field and Description |
|---|---|
protected TextWire |
TextReadDocumentContext.wire |
| Modifier and Type | Method and Description |
|---|---|
TextWire |
TextWire.addTimeStamps(boolean addTimeStamps) |
static TextWire |
TextWire.from(String text) |
static TextWire |
TextWire.fromFile(String name) |
TextWire |
TextWire.strict(boolean strict) |
TextWire |
TextWire.useBinaryDocuments() |
TextWire |
TextWire.useTextDocuments() |
| Constructor and Description |
|---|
TextReadDocumentContext(TextWire wire) |
Copyright © 2018. All rights reserved.