public class VanillaMethodReaderBuilder extends Object implements net.openhft.chronicle.bytes.MethodReaderBuilder
| Constructor and Description |
|---|
VanillaMethodReaderBuilder(MarshallableIn in) |
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.bytes.MethodReader |
build(Object... impls) |
static WireParselet |
createDefaultParselet(boolean warnMissing) |
WireParselet |
defaultParselet() |
net.openhft.chronicle.bytes.MethodReaderBuilder |
defaultParselet(WireParselet defaultParselet) |
boolean |
ignoreDefaults() |
net.openhft.chronicle.bytes.MethodReaderBuilder |
ignoreDefaults(boolean ignoreDefaults) |
net.openhft.chronicle.bytes.MethodReaderBuilder |
methodReaderInterceptor(net.openhft.chronicle.bytes.MethodReaderInterceptor methodReaderInterceptor) |
boolean |
warnMissing() |
VanillaMethodReaderBuilder |
warnMissing(boolean warnMissing) |
public VanillaMethodReaderBuilder(MarshallableIn in)
@NotNull public static WireParselet createDefaultParselet(boolean warnMissing)
public boolean ignoreDefaults()
@NotNull public net.openhft.chronicle.bytes.MethodReaderBuilder ignoreDefaults(boolean ignoreDefaults)
public WireParselet defaultParselet()
public net.openhft.chronicle.bytes.MethodReaderBuilder defaultParselet(WireParselet defaultParselet)
public net.openhft.chronicle.bytes.MethodReaderBuilder methodReaderInterceptor(net.openhft.chronicle.bytes.MethodReaderInterceptor methodReaderInterceptor)
methodReaderInterceptor in interface net.openhft.chronicle.bytes.MethodReaderBuilderpublic boolean warnMissing()
public VanillaMethodReaderBuilder warnMissing(boolean warnMissing)
warnMissing in interface net.openhft.chronicle.bytes.MethodReaderBuilder@NotNull public net.openhft.chronicle.bytes.MethodReader build(Object... impls)
build in interface net.openhft.chronicle.bytes.MethodReaderBuilderCopyright © 2019. All rights reserved.