| Modifier and Type | Field and Description |
|---|---|
protected BracketType |
AbstractFieldInfo.bracketType |
| Modifier and Type | Method and Description |
|---|---|
BracketType |
AbstractFieldInfo.bracketType() |
BracketType |
FieldInfo.bracketType() |
BracketType |
SerializationStrategy.bracketType() |
BracketType |
SerializationStrategies.bracketType() |
BracketType |
DefaultValueIn.getBracketType() |
BracketType |
BinaryWire.BinaryValueIn.getBracketType() |
BracketType |
ValueIn.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.
|
| Constructor and Description |
|---|
AbstractFieldInfo(Class type,
BracketType bracketType,
String name) |
VanillaFieldInfo(String name,
Class type,
BracketType bracketType,
Field field) |
Copyright © 2019. All rights reserved.