| 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
WireType of a given Wire. |
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() |
| 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,
boolean verboseTypes)
Creates and compiles a new method writer 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)
Sets the
WireType used by the generated writer. |
| Constructor and Description |
|---|
GenerateMethodReader(WireType wireType,
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns interceptor,
Boolean multipleNonMarshallableParamTypes,
Object[] metaDataHandler,
Object... instances)
Constructs a new instance of GenerateMethodReader.
|
InputStreamToWire(WireType wireType,
InputStream is)
Creates a new instance configured with the given wire type and input
stream.
|
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)
Creates a new bridge for the given wire type and output stream.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.