| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.internal.fieldinfo |
| Modifier and Type | Field and Description |
|---|---|
protected BracketType |
AbstractFieldInfo.bracketType |
| Modifier and Type | Method and Description |
|---|---|
BracketType |
FieldInfo.bracketType()
Returns the
BracketType used by the serialization strategy associated
with this FieldInfo object. |
@NotNull BracketType |
SerializationStrategy.bracketType()
Returns the
BracketType used by this serialization strategy. |
BracketType |
AbstractFieldInfo.bracketType() |
@NotNull BracketType |
SerializationStrategies.bracketType() |
@NotNull BracketType |
BinaryWire.BinaryValueIn.getBracketType() |
@NotNull BracketType |
DefaultValueIn.getBracketType() |
@NotNull BracketType |
ValueIn.getBracketType() |
@NotNull BracketType |
TextWire.TextValueIn.getBracketType() |
static BracketType |
BracketType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BracketType[] |
BracketType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldInfo |
FieldInfo.createForField(String name,
Class<?> type,
BracketType bracketType,
@NotNull Field field) |
T |
SerializationStrategy.readUsing(Class clazz,
T using,
ValueIn in,
BracketType bracketType) |
| Constructor and Description |
|---|
AbstractFieldInfo(Class type,
BracketType bracketType,
String name) |
VanillaFieldInfo(String name,
Class type,
BracketType bracketType,
@NotNull Field field)
Deprecated.
|
| Constructor and Description |
|---|
CharFieldInfo(String name,
Class type,
BracketType bracketType,
@NotNull Field field) |
DoubleFieldInfo(String name,
Class type,
BracketType bracketType,
@NotNull Field field) |
IntFieldInfo(String name,
Class type,
BracketType bracketType,
@NotNull Field field) |
LongFieldInfo(String name,
Class type,
BracketType bracketType,
@NotNull Field field) |
ObjectFieldInfo(String name,
Class<?> type,
BracketType bracketType,
@NotNull Field field) |
Copyright © 2023. All rights reserved.