| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Field and Description |
|---|---|
protected BracketType |
AbstractFieldInfo.bracketType |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BracketType |
SerializationStrategy.bracketType()
Returns the
BracketType used by this serialization strategy. |
BracketType |
FieldInfo.bracketType()
Returns the
BracketType used by the serialization strategy associated
with this FieldInfo object. |
@NotNull BracketType |
SerializationStrategies.bracketType() |
BracketType |
AbstractFieldInfo.bracketType() |
@NotNull BracketType |
DefaultValueIn.getBracketType() |
@NotNull BracketType |
ValueIn.getBracketType() |
@NotNull BracketType |
BinaryWire.BinaryValueIn.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 |
|---|---|
T |
SerializationStrategy.readUsing(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) |
Copyright © 2020. All rights reserved.