Modifier and Type | Interface and Description |
---|---|
interface |
ParameterizeWireKey
This WireKey expects paramaters to follow in a marshallable.
|
Modifier and Type | Class and Description |
---|---|
class |
MethodWireKey |
Modifier and Type | Method and Description |
---|---|
<P extends WireKey> |
ParameterizeWireKey.params() |
Modifier and Type | Method and Description |
---|---|
<P extends WireKey> |
ParameterizeWireKey.params() |
Modifier and Type | Method and Description |
---|---|
static boolean |
WireKey.checkKeys(WireKey[] keys) |
ValueIn |
WireIn.read(WireKey key)
Read the field if present which must match the WireKey.
|
ValueIn |
CSVWire.read(WireKey key) |
ValueIn |
ResultSetWireIn.read(WireKey key) |
ValueIn |
TextWire.read(WireKey key) |
ValueIn |
BinaryWire.read(WireKey key) |
ValueIn |
AbstractAnyWire.read(WireKey key) |
ValueIn |
RawWire.read(WireKey key) |
VanillaWireParser |
WireParser.register(WireKey key,
WireParselet valueInConsumer) |
VanillaWireParser |
VanillaWireParser.register(WireKey key,
WireParselet valueInConsumer) |
default VanillaWireParser |
WireParser.registerOnce(WireKey key,
WireParselet valueInConsumer) |
ValueOut |
HashWire.write(WireKey key) |
ValueOut |
TextWire.write(WireKey key) |
ValueOut |
BinaryWire.write(WireKey key) |
ValueOut |
AbstractAnyWire.write(WireKey key) |
ValueOut |
RawWire.write(WireKey key) |
ValueOut |
QueryWire.write(WireKey key) |
ValueOut |
WireOut.write(WireKey key)
Write a key for wires that support fields.
|
ValueOut |
BinaryWire.writeEventName(WireKey key) |
ValueOut |
RawWire.writeEventName(WireKey key) |
default ValueOut |
WireOut.writeEventName(WireKey key)
Always write a key.
|
default void |
MarshallableOut.writeMessage(WireKey key,
Object value)
Wrie a key and value which could be a scalar or a marshallable.
|
Copyright © 2018. All rights reserved.