| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFieldInfo
The AbstractFieldInfo class serves as an abstract foundation for field information.
|
| 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)
Retrieves field information for a specific field of a given class.
|
Copyright © 2024. All rights reserved.