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 @Nullable Class<?> |
newClass(String fullClassName,
Set<Class<?>> interfaces,
ClassLoader classLoader,
WireType wireType,
String genericEvent,
boolean metaData,
boolean useMethodId,
boolean useUpdateInterceptor)
Deprecated.
|
static @Nullable Class<?> |
newClass(String fullClassName,
Set<Class<?>> interfaces,
ClassLoader classLoader,
WireType wireType,
String genericEvent,
boolean metaData,
boolean useMethodId,
boolean useUpdateInterceptor,
boolean verboseTypes) |
public static final String UPDATE_INTERCEPTOR
@Nullable @Deprecated public static @Nullable Class<?> newClass(String fullClassName, Set<Class<?>> interfaces, ClassLoader classLoader, WireType wireType, String genericEvent, boolean metaData, boolean useMethodId, boolean useUpdateInterceptor)
interfaces - an interface class@Nullable public static @Nullable Class<?> newClass(String fullClassName, Set<Class<?>> interfaces, ClassLoader classLoader, WireType wireType, String genericEvent, boolean metaData, boolean useMethodId, boolean useUpdateInterceptor, boolean verboseTypes)
interfaces - an interface classpublic static DocumentContext acquireDocumentContext(boolean metaData, ThreadLocal<DocumentContextHolder> documentContextTL, MarshallableOut out)
Copyright © 2023. All rights reserved.