public class VanillaMethodReader extends Object implements net.openhft.chronicle.bytes.MethodReader
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG_ENABLED |
| Constructor and Description |
|---|
VanillaMethodReader(MarshallableIn in,
boolean ignoreDefault,
WireParselet defaultParselet,
FieldNumberParselet fieldNumberParselet,
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns,
Object... objects) |
VanillaMethodReader(MarshallableIn in,
boolean ignoreDefault,
WireParselet defaultParselet,
FieldNumberParselet fieldNumberParselet,
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns,
Object[] metaDataHandler,
Object... objects) |
VanillaMethodReader(MarshallableIn in,
boolean ignoreDefault,
WireParselet defaultParselet,
FieldNumberParselet fieldNumberParselet,
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns,
Object[] metaDataHandler,
Predicate predicate,
Object... objects) |
VanillaMethodReader(MarshallableIn in,
boolean ignoreDefault,
WireParselet defaultParselet,
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns,
Object[] metaDataHandler,
Object... objects) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParseletForMethod(WireParser wireParser,
Object o2,
Object[] context,
Supplier contextSupplier,
@NotNull Method m) |
void |
addParseletForMethod(WireParser wireParser,
Object o2,
Object[] context,
Supplier contextSupplier,
@NotNull Method m,
@NotNull Class[] parameterTypes) |
void |
addParseletForMethod(WireParser wireParser,
Object o2,
Object[] context,
Supplier contextSupplier,
@NotNull Method m,
@NotNull Class[] parameterTypes,
MethodFilterOnFirstArg methodFilterOnFirstArg) |
void |
addParseletForMethod(WireParser wireParser,
Object o2,
Object[] context,
Supplier contextSupplier,
@NotNull Method m,
Class<?> parameterType) |
void |
close() |
@NotNull VanillaMethodReader |
closeIn(boolean closeIn) |
protected @NotNull MethodWireKey |
createWireKey(@NotNull Method m,
String name) |
protected Object |
invoke(Object o,
@NotNull Method m,
Object[] args) |
boolean |
isClosed() |
static void |
logMessage(@NotNull CharSequence s,
@NotNull ValueIn v) |
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns |
methodReaderInterceptorReturns() |
boolean |
readOne()
reads one message
|
void |
throwExceptionIfClosed() |
public VanillaMethodReader(MarshallableIn in, boolean ignoreDefault, WireParselet defaultParselet, net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns, Object[] metaDataHandler, @NotNull Object... objects)
public VanillaMethodReader(MarshallableIn in, boolean ignoreDefault, WireParselet defaultParselet, FieldNumberParselet fieldNumberParselet, net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns, @NotNull Object... objects)
public VanillaMethodReader(MarshallableIn in, boolean ignoreDefault, WireParselet defaultParselet, FieldNumberParselet fieldNumberParselet, net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns, Object[] metaDataHandler, @NotNull Object... objects)
public VanillaMethodReader(MarshallableIn in, boolean ignoreDefault, WireParselet defaultParselet, FieldNumberParselet fieldNumberParselet, net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns, Object[] metaDataHandler, Predicate predicate, @NotNull Object... objects)
public static void logMessage(@NotNull
@NotNull CharSequence s,
@NotNull
@NotNull ValueIn v)
@NotNull public @NotNull VanillaMethodReader closeIn(boolean closeIn)
closeIn in interface net.openhft.chronicle.bytes.MethodReaderpublic void throwExceptionIfClosed()
public void addParseletForMethod(WireParser wireParser, Object o2, Object[] context, Supplier contextSupplier, @NotNull @NotNull Method m, Class<?> parameterType)
public void addParseletForMethod(WireParser wireParser, Object o2, Object[] context, Supplier contextSupplier, @NotNull @NotNull Method m)
@NotNull protected @NotNull MethodWireKey createWireKey(@NotNull @NotNull Method m, String name)
public void addParseletForMethod(WireParser wireParser, Object o2, Object[] context, Supplier contextSupplier, @NotNull @NotNull Method m, @NotNull @NotNull Class[] parameterTypes)
public void addParseletForMethod(WireParser wireParser, Object o2, Object[] context, Supplier contextSupplier, @NotNull @NotNull Method m, @NotNull @NotNull Class[] parameterTypes, MethodFilterOnFirstArg methodFilterOnFirstArg)
protected Object invoke(Object o, @NotNull @NotNull Method m, Object[] args) throws net.openhft.chronicle.core.util.InvocationTargetRuntimeException
net.openhft.chronicle.core.util.InvocationTargetRuntimeExceptionpublic boolean readOne()
throws net.openhft.chronicle.core.util.InvocationTargetRuntimeException
readOne in interface net.openhft.chronicle.bytes.MethodReadertrue is returned even if it was ignorednet.openhft.chronicle.core.util.InvocationTargetRuntimeExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic boolean isClosed()
isClosed in interface net.openhft.chronicle.core.io.QueryCloseablepublic net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns()
methodReaderInterceptorReturns in interface net.openhft.chronicle.bytes.MethodReaderCopyright © 2023. All rights reserved.