| Modifier and Type | Field and Description |
|---|---|
static String |
DISABLE_WRITER_PROXY_CODEGEN |
| Constructor and Description |
|---|
VanillaMethodWriterBuilder(@NotNull Class<T> tClass,
WireType wireType,
@NotNull Supplier<net.openhft.chronicle.bytes.MethodWriterInvocationHandler> handlerSupplier) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
addInterface(Class additionalClass) |
T |
build() |
@NotNull net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
classLoader(ClassLoader classLoader) |
@NotNull net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
disableThreadSafe(boolean theadSafe) |
net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
genericEvent(String genericEvent)
A generic event treats the first argument as the eventName
|
T |
get() |
net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
marshallableOut(@NotNull MarshallableOut out) |
net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
marshallableOutSupplier(@NotNull Supplier<MarshallableOut> out) |
net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
metaData(boolean metaData) |
@NotNull net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
onClose(net.openhft.chronicle.core.io.Closeable closeable) |
Class<?> |
proxyClass() |
net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
proxyClass(Class<?> proxyClass) |
@NotNull net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
updateInterceptor(net.openhft.chronicle.bytes.UpdateInterceptor updateInterceptor) |
@NotNull net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
verboseTypes(boolean verboseTypes) |
WireType |
wireType() |
VanillaMethodWriterBuilder<T> |
wireType(WireType wireType) |
public static final String DISABLE_WRITER_PROXY_CODEGEN
@NotNull public @NotNull net.openhft.chronicle.bytes.MethodWriterBuilder<T> classLoader(ClassLoader classLoader)
@NotNull public @NotNull net.openhft.chronicle.bytes.MethodWriterBuilder<T> updateInterceptor(net.openhft.chronicle.bytes.UpdateInterceptor updateInterceptor)
updateInterceptor in interface net.openhft.chronicle.bytes.MethodWriterBuilder<T>updateInterceptor - used to modify the data before it is written to the wire@NotNull public @NotNull net.openhft.chronicle.bytes.MethodWriterBuilder<T> verboseTypes(boolean verboseTypes)
verboseTypes in interface net.openhft.chronicle.bytes.MethodWriterBuilder<T>@NotNull public @NotNull net.openhft.chronicle.bytes.MethodWriterBuilder<T> addInterface(Class additionalClass)
@NotNull public @NotNull net.openhft.chronicle.bytes.MethodWriterBuilder<T> disableThreadSafe(boolean theadSafe)
@NotNull public T build()
@NotNull public @NotNull net.openhft.chronicle.bytes.MethodWriterBuilder<T> onClose(net.openhft.chronicle.core.io.Closeable closeable)
onClose in interface net.openhft.chronicle.bytes.MethodWriterBuilder<T>public WireType wireType()
public VanillaMethodWriterBuilder<T> wireType(WireType wireType)
public net.openhft.chronicle.bytes.MethodWriterBuilder<T> genericEvent(String genericEvent)
genericEvent in interface net.openhft.chronicle.bytes.MethodWriterBuilder<T>genericEvent - namepublic net.openhft.chronicle.bytes.MethodWriterBuilder<T> marshallableOut(@NotNull @NotNull MarshallableOut out)
public net.openhft.chronicle.bytes.MethodWriterBuilder<T> marshallableOutSupplier(@NotNull @NotNull Supplier<MarshallableOut> out)
public net.openhft.chronicle.bytes.MethodWriterBuilder<T> metaData(boolean metaData)
metaData in interface net.openhft.chronicle.bytes.MethodWriterBuilder<T>public Class<?> proxyClass()
Copyright © 2023. All rights reserved.