| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| 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()
Provides the bracket type used in the serialized format, which might
give hints or constraints on how the data is structured.
|
BracketType |
AbstractFieldInfo.bracketType() |
@NotNull BracketType |
SerializationStrategies.bracketType()
Specifies the bracket type associated with this strategy.
|
@NotNull BracketType |
BinaryWire.BinaryValueIn.getBracketType() |
@NotNull BracketType |
DefaultValueIn.getBracketType() |
@NotNull BracketType |
ValueIn.getBracketType()
Gets the bracket type for the current value in the wire.
|
@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> T |
SerializationStrategy.readUsing(Class<?> clazz,
T using,
ValueIn in,
BracketType bracketType)
Reads an object of type
T from the provided input source and populates
the given 'using' object, if not null. |
| Constructor and Description |
|---|
AbstractFieldInfo(Class<?> type,
BracketType bracketType,
String name)
Constructs a new AbstractFieldInfo with the provided type, bracket type, and name.
|
Copyright © 2024. All rights reserved.