| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
protected class |
BinaryWire.BinaryValueIn |
class |
DefaultValueIn |
class |
TextWire.TextValueIn |
| Modifier and Type | Field and Description |
|---|---|
static Consumer<ValueIn> |
ValueIn.DISCARD |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ValueIn |
BinaryWire.getValueIn() |
@NotNull ValueIn |
RawWire.getValueIn() |
@NotNull ValueIn |
WireIn.getValueIn()
Obtain the value in for advanced use (typically after a call to readEvent above)
|
@NotNull ValueIn |
TextWire.getValueIn() |
@NotNull ValueIn |
YamlWire.getValueIn() |
@NotNull ValueIn |
QueryWire.getValueIn() |
@NotNull ValueIn |
AbstractAnyWire.getValueIn() |
@NotNull ValueIn |
BinaryWire.read() |
@NotNull ValueIn |
RawWire.read() |
@NotNull ValueIn |
WireIn.read()
Read the field if present, or empty string if not present.
|
@NotNull ValueIn |
TextWire.read() |
@NotNull ValueIn |
YamlWire.read() |
@NotNull ValueIn |
AbstractAnyWire.read() |
@NotNull ValueIn |
BinaryWire.read(@NotNull String fieldName) |
default @NotNull ValueIn |
WireIn.read(String fieldName) |
@NotNull ValueIn |
YamlWire.read(String keyName) |
@NotNull ValueIn |
BinaryWire.read(@NotNull StringBuilder name) |
@NotNull ValueIn |
RawWire.read(@NotNull StringBuilder name) |
@NotNull ValueIn |
WireIn.read(@NotNull StringBuilder name)
Read the field if present, or empty string if not present.
|
@NotNull ValueIn |
CSVWire.read(@NotNull StringBuilder name) |
@NotNull ValueIn |
TextWire.read(@NotNull StringBuilder name) |
@NotNull ValueIn |
YamlWire.read(@NotNull StringBuilder name) |
@NotNull ValueIn |
AbstractAnyWire.read(@NotNull StringBuilder name) |
@NotNull ValueIn |
BinaryWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
RawWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
WireIn.read(@NotNull WireKey key)
Read the field if present which must match the WireKey.
|
@NotNull ValueIn |
CSVWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
TextWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
YamlWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
AbstractAnyWire.read(@NotNull WireKey key) |
protected ValueIn |
TextWire.read2(CharSequence keyName,
int keyCode,
Object defaultValue,
@NotNull net.openhft.chronicle.wire.ValueInState curr,
@NotNull StringBuilder sb,
@NotNull CharSequence name) |
protected <T> ValueIn |
BinaryWire.read2(CharSequence keyName,
int keyCode,
T defaultSource,
@NotNull Function<T,Object> defaultLookup,
@NotNull net.openhft.chronicle.wire.ValueInState curr,
@NotNull StringBuilder sb,
CharSequence name) |
@NotNull ValueIn |
BinaryWire.readEventName(@NotNull StringBuilder name) |
@NotNull ValueIn |
RawWire.readEventName(@NotNull StringBuilder name) |
default @NotNull ValueIn |
WireIn.readEventName(@NotNull StringBuilder name)
Read a field, or string which is always written, even for formats which might drop the field
such as RAW.
|
<T> @NotNull ValueIn |
BinaryWire.BinaryValueIn.typePrefix(T t,
@NotNull BiConsumer<T,CharSequence> ts) |
<T> @NotNull ValueIn |
DefaultValueIn.typePrefix(T t,
@NotNull BiConsumer<T,CharSequence> ts) |
<T> @NotNull ValueIn |
ValueIn.typePrefix(T t,
@NotNull BiConsumer<T,CharSequence> ts) |
<T> @NotNull ValueIn |
TextWire.TextValueIn.typePrefix(T t,
@NotNull BiConsumer<T,CharSequence> ts) |
| Modifier and Type | Method and Description |
|---|---|
void |
WireParselet.accept(CharSequence s,
ValueIn in) |
<T> void |
ValueIn.Reader.accept(ValueIn valueIn,
List<T> list,
List<T> buffer,
Supplier<T> bufferAdd) |
static void |
VanillaMethodReader.logMessage(@NotNull CharSequence s,
@NotNull ValueIn v) |
static <E> E |
Wires.object0(ValueIn in,
E using,
@Nullable Class clazz) |
static <E> E |
Wires.object0(ValueIn in,
E using,
@Nullable Class clazz,
boolean bestEffort) |
static <E> E |
Wires.object1(ValueIn in,
E using,
@Nullable Class clazz,
boolean bestEffort) |
static <E> E |
Wires.objectDate(ValueIn in,
E using) |
static <E> E |
Wires.objectMap(ValueIn in,
E using,
@Nullable Class clazz,
@NotNull SerializationStrategy<E> strategy) |
static <E> E |
Wires.objectSequence(ValueIn in,
E using,
@Nullable Class clazz,
SerializationStrategy<E> strategy) |
T |
MarshallableParser.parse(ValueIn valueIn) |
default <T> void |
ValueIn.reader0(ValueIn v,
List<T> list,
List<T> buffer,
Supplier<T> bufferAdd) |
T |
SerializationStrategy.readUsing(Class clazz,
T using,
ValueIn in,
BracketType bracketType) |
static Throwable |
WireInternal.throwable(@NotNull ValueIn valueIn,
boolean appendCurrentStack) |
protected static Throwable |
WireInternal.throwable(@NotNull ValueIn valueIn,
boolean appendCurrentStack,
Throwable throwable) |
void |
AbstractMarshallableCfg.unexpectedField(Object event,
ValueIn valueIn)
Handles the presence of unexpected fields during the reading process.
|
default void |
ReadMarshallable.unexpectedField(Object event,
ValueIn valueIn) |
Copyright © 2023. All rights reserved.