public class GenerateMethodWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
UPDATE_INTERCEPTOR |
| Modifier and Type | Method and Description |
|---|---|
static DocumentContext |
acquireDocumentContext(boolean metaData,
ThreadLocal<DocumentContextHolder> documentContextTL,
MarshallableOut out) |
static void |
addComment(net.openhft.chronicle.bytes.Bytes<?> bytes,
Object arg)
Deprecated.
|
static @Nullable Class |
newClass(String fullClassName,
Set<Class> interfaces,
ClassLoader classLoader,
WireType wireType,
String genericEvent,
boolean hasMethodWriterListener,
boolean metaData,
boolean useMethodId,
boolean useUpdateInterceptor) |
public static final String UPDATE_INTERCEPTOR
@Nullable public static @Nullable Class newClass(String fullClassName, Set<Class> interfaces, ClassLoader classLoader, WireType wireType, String genericEvent, boolean hasMethodWriterListener, boolean metaData, boolean useMethodId, boolean useUpdateInterceptor)
interfaces - an interface classclassLoader - wireType - genericEvent - useUpdateInterceptor - public static DocumentContext acquireDocumentContext(boolean metaData, ThreadLocal<DocumentContextHolder> documentContextTL, MarshallableOut out)
@Deprecated public static void addComment(net.openhft.chronicle.bytes.Bytes<?> bytes, Object arg)
Copyright © 2020. All rights reserved.