| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Method and Description |
|---|---|
static WireType |
WireType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static @Nullable WireType |
WireType.valueOf(@Nullable Wire wire)
Determines the of a given
Wire instance. |
static WireType[] |
WireType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
WireType |
VanillaMethodReaderBuilder.wireType()
Returns the
wireType of the reader. |
WireType |
VanillaMethodWriterBuilder.wireType()
Fetches the wire type configuration set for the method writer.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable Class<?> |
GenerateMethodWriter.newClass(String fullClassName,
Set<Class<?>> interfaces,
ClassLoader classLoader,
WireType wireType,
String genericEvent,
boolean metaData,
boolean useMethodId,
boolean useUpdateInterceptor)
Deprecated.
|
static @Nullable Class<?> |
GenerateMethodWriter.newClass(String fullClassName,
Set<Class<?>> interfaces,
ClassLoader classLoader,
WireType wireType,
String genericEvent,
boolean metaData,
boolean useMethodId,
boolean useUpdateInterceptor,
boolean verboseTypes)
Generates a proxy class based on the provided interface class.
|
MarshallableOutBuilder |
MarshallableOutBuilder.wireType(WireType wireType)
Sets the desired
WireType for the builder. |
VanillaMethodReaderBuilder |
VanillaMethodReaderBuilder.wireType(WireType wireType)
Sets the
wireType of the reader. |
VanillaMethodWriterBuilder<T> |
VanillaMethodWriterBuilder.wireType(WireType wireType)
Configures the wire type for the method writer.
|
| Constructor and Description |
|---|
GenerateMethodReader(WireType wireType,
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns interceptor,
Object[] metaDataHandler,
Object... instances)
Constructs a new instance of GenerateMethodReader.
|
InputStreamToWire(WireType wireType,
InputStream is)
Constructor for the InputStreamToWire class, initializing it with the specified WireType and InputStream.
|
VanillaMethodWriterBuilder(@NotNull Class<T> tClass,
WireType wireType,
@NotNull Supplier<net.openhft.chronicle.bytes.MethodWriterInvocationHandler> handlerSupplier)
Constructs an instance of VanillaMethodWriterBuilder with the specified class type, wire type,
and an invocation handler supplier.
|
WireToOutputStream(WireType wireType,
OutputStream os)
Constructs a new instance with the specified WireType and OutputStream.
|
Copyright © 2024. All rights reserved.