| Modifier and Type | Class and Description |
|---|---|
static class |
EnumIO.ByName<E extends Enum<E>>
Reads the enum by its name.
|
static class |
EnumIO.ByNumber<E extends Enum<E>>
Reads the enum by its number.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract EnumIO<? extends Enum<?>> |
IdStrategy.getEnumIO(Class<?> enumClass)
Returns the
EnumIO. |
protected EnumIO<? extends Enum<?>> |
DefaultIdStrategy.getEnumIO(Class<?> enumClass) |
protected abstract EnumIO<?> |
IdStrategy.resolveEnumFrom(Input input) |
protected EnumIO<?> |
DefaultIdStrategy.resolveEnumFrom(Input input) |
| Constructor and Description |
|---|
ArraySchemas.EnumArray(IdStrategy strategy,
PolymorphicSchema.Handler handler,
EnumIO<?> eio) |
Copyright © 2009–2018. All rights reserved.