public class VanillaMethodReaderBuilder extends Object implements net.openhft.chronicle.bytes.MethodReaderBuilder
| Modifier and Type | Field and Description |
|---|---|
static String |
DISABLE_READER_PROXY_CODEGEN |
| Constructor and Description |
|---|
VanillaMethodReaderBuilder(MarshallableIn in) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull net.openhft.chronicle.bytes.MethodReader |
build(Object... impls) |
static @NotNull WireParselet |
createDefaultParselet(boolean warnMissing) |
WireParselet |
defaultParselet() |
net.openhft.chronicle.bytes.MethodReaderBuilder |
defaultParselet(WireParselet defaultParselet) |
boolean |
ignoreDefaults()
Deprecated.
|
@NotNull net.openhft.chronicle.bytes.MethodReaderBuilder |
ignoreDefaults(boolean ignoreDefaults)
Deprecated.
|
net.openhft.chronicle.bytes.MethodReaderBuilder |
metaDataHandler(Object... components) |
VanillaMethodReaderBuilder |
methodReaderInterceptorReturns(net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns) |
boolean |
warnMissing() |
VanillaMethodReaderBuilder |
warnMissing(boolean warnMissing) |
WireType |
wireType() |
VanillaMethodReaderBuilder |
wireType(WireType wireType) |
public static final String DISABLE_READER_PROXY_CODEGEN
public VanillaMethodReaderBuilder(MarshallableIn in)
@NotNull public static @NotNull WireParselet createDefaultParselet(boolean warnMissing)
@Deprecated public boolean ignoreDefaults()
@Deprecated @NotNull public @NotNull net.openhft.chronicle.bytes.MethodReaderBuilder ignoreDefaults(boolean ignoreDefaults)
public WireParselet defaultParselet()
public net.openhft.chronicle.bytes.MethodReaderBuilder defaultParselet(WireParselet defaultParselet)
public VanillaMethodReaderBuilder methodReaderInterceptorReturns(net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns)
methodReaderInterceptorReturns in interface net.openhft.chronicle.bytes.MethodReaderBuilderpublic boolean warnMissing()
public VanillaMethodReaderBuilder warnMissing(boolean warnMissing)
warnMissing in interface net.openhft.chronicle.bytes.MethodReaderBuilderpublic WireType wireType()
public VanillaMethodReaderBuilder wireType(WireType wireType)
public net.openhft.chronicle.bytes.MethodReaderBuilder metaDataHandler(Object... components)
metaDataHandler in interface net.openhft.chronicle.bytes.MethodReaderBuilder@NotNull public @NotNull net.openhft.chronicle.bytes.MethodReader build(Object... impls)
build in interface net.openhft.chronicle.bytes.MethodReaderBuilderCopyright © 2022. All rights reserved.