| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaWireParser
Provides an implementation of
WireParser that maps field names or ids to
WireParselets. |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull WireParser |
WireParser.wireParser(WireParselet defaultConsumer)
Creates a new
WireParser with a default consumer. |
static @NotNull WireParser |
WireParser.wireParser(@NotNull WireParselet defaultConsumer,
@NotNull FieldNumberParselet fieldNumberParselet)
Creates a new
WireParser with a default consumer and a custom
field number parselet. |
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaMethodReader.addParseletForMethod(WireParser wireParser,
Object target,
Object[] contextHolder,
Supplier contextSupplier,
@NotNull Method method)
Register a zero argument method with
wireParser. |
void |
VanillaMethodReader.addParseletForMethod(WireParser wireParser,
Object target,
Object[] contextHolder,
Supplier contextSupplier,
@NotNull Method method,
@NotNull Class[] parameterTypes)
Registers a method with multiple arguments with the provided WireParser.
|
void |
VanillaMethodReader.addParseletForMethod(WireParser wireParser,
Object target,
Object[] contextHolder,
Supplier contextSupplier,
@NotNull Method method,
@NotNull Class[] parameterTypes,
MethodFilterOnFirstArg methodFilterOnFirstArg)
Registers a method with multiple arguments with the provided WireParser, applying a filter on the first argument.
|
void |
VanillaMethodReader.addParseletForMethod(WireParser wireParser,
Object target,
Object[] contextHolder,
Supplier contextSupplier,
@NotNull Method method,
Class<?> parameterType)
Registers a method with the provided WireParser, enabling parsing of wire messages to trigger method invocations.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.