| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.internal |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
| 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) |
static WireType[] |
WireType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
WireType |
VanillaMethodReaderBuilder.wireType() |
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)
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) |
MarshallableOutBuilder |
MarshallableOutBuilder.wireType(WireType wireType) |
VanillaMethodReaderBuilder |
VanillaMethodReaderBuilder.wireType(WireType wireType) |
VanillaMethodWriterBuilder<T> |
VanillaMethodWriterBuilder.wireType(WireType wireType) |
| Constructor and Description |
|---|
GenerateMethodReader(WireType wireType,
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns interceptor,
Object[] metaDataHandler,
Object... instances) |
InputStreamToWire(WireType wireType,
InputStream is) |
VanillaMethodWriterBuilder(@NotNull Class<T> tClass,
WireType wireType,
@NotNull Supplier<net.openhft.chronicle.bytes.MethodWriterInvocationHandler> handlerSupplier) |
WireToOutputStream(WireType wireType,
OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
MethodWriterClassNameGenerator.getClassName(@NotNull Set<Class<?>> interfaces,
@Nullable String genericEvent,
boolean metaData,
boolean intercepting,
@NotNull WireType wireType,
boolean verboseTypes) |
| Constructor and Description |
|---|
FileMarshallableOut(MarshallableOutBuilder builder,
WireType wireType) |
HTTPMarshallableOut(MarshallableOutBuilder builder,
WireType wireType) |
StringConsumerMarshallableOut(Consumer<String> stringConsumer,
WireType wireType) |
Copyright © 2023. All rights reserved.