| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.internal.fieldinfo |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFieldInfo |
class |
VanillaFieldInfo
Deprecated.
This class will become internal in the future, use
createForField(String, Class, BracketType, Field) instead. |
| Modifier and Type | Method and Description |
|---|---|
static FieldInfo |
FieldInfo.createForField(String name,
Class<?> type,
BracketType bracketType,
@NotNull Field field) |
static FieldInfo |
Wires.fieldInfo(@NotNull Class aClass,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
CharFieldInfo |
class |
DoubleFieldInfo |
class |
IntFieldInfo |
class |
LongFieldInfo |
class |
ObjectFieldInfo |
Copyright © 2023. All rights reserved.