| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaWireParser
A simple parser to associate actions based on events/field names received.
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull WireParser |
WireParser.wireParser(WireParselet defaultConsumer) |
static @NotNull WireParser |
WireParser.wireParser(@NotNull WireParselet defaultConsumer,
@NotNull FieldNumberParselet fieldNumberParselet) |
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaMethodReader.addParseletForMethod(WireParser wireParser,
Object o2,
Object[] context,
Supplier contextSupplier,
@NotNull Method m) |
void |
VanillaMethodReader.addParseletForMethod(WireParser wireParser,
Object o2,
Object[] context,
Supplier contextSupplier,
@NotNull Method m,
@NotNull Class[] parameterTypes) |
void |
VanillaMethodReader.addParseletForMethod(WireParser wireParser,
Object o2,
Object[] context,
Supplier contextSupplier,
@NotNull Method m,
@NotNull Class[] parameterTypes,
MethodFilterOnFirstArg methodFilterOnFirstArg) |
void |
VanillaMethodReader.addParseletForMethod(WireParser wireParser,
Object o2,
Object[] context,
Supplier contextSupplier,
@NotNull Method m,
Class<?> parameterType) |
Copyright © 2023. All rights reserved.