Constructor and Description |
---|
BytesMethodWriterBuilder(Class<T> tClass,
BytesMethodWriterInvocationHandler handler) |
Modifier and Type | Method and Description |
---|---|
BytesMethodWriterBuilder<T> |
addInterface(Class additionalClass) |
T |
build() |
BytesMethodWriterBuilder<T> |
classLoader(ClassLoader classLoader) |
T |
get() |
BytesMethodWriterBuilder<T> |
onClose(net.openhft.chronicle.core.io.Closeable closeable) |
public BytesMethodWriterBuilder(@NotNull Class<T> tClass, @NotNull BytesMethodWriterInvocationHandler handler)
@NotNull public BytesMethodWriterBuilder<T> classLoader(ClassLoader classLoader)
@NotNull public BytesMethodWriterBuilder<T> addInterface(Class additionalClass)
@NotNull public BytesMethodWriterBuilder<T> onClose(net.openhft.chronicle.core.io.Closeable closeable)
@NotNull public T build()
Copyright © 2017. All rights reserved.