| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
| Modifier and Type | Method and Description |
|---|---|
MethodEncoderLookup |
BytesMethodReaderBuilder.methodEncoderLookup()
Returns the currently configured
MethodEncoderLookup strategy used
to find decoders for method calls. |
static MethodEncoderLookup |
MethodEncoderLookup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodEncoderLookup[] |
MethodEncoderLookup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BytesMethodReaderBuilder |
BytesMethodReaderBuilder.methodEncoderLookup(MethodEncoderLookup methodEncoderLookup)
Sets the MethodEncoderLookup function for this builder.
|
| Constructor and Description |
|---|
BytesMethodReader(BytesIn<?> in,
BytesParselet defaultParselet,
MethodEncoderLookup methodEncoderLookup,
Object[] objects) |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.