| Package | Description |
|---|---|
| ch.jalu.typeresolver.numbers |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable StandardNumberType |
StandardNumberType.fromClass(Class<?> clazz)
Returns the
NumberType instance of this enum that corresponds to the given class, null otherwise. |
static StandardNumberType |
StandardNumberType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardNumberType[] |
StandardNumberType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.