| Package | Description |
|---|---|
| ltd.fdsa.web.enums | |
| ltd.fdsa.web.view |
| Modifier and Type | Method and Description |
|---|---|
static HttpCode |
HttpCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpCode[] |
HttpCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
Result.fail(HttpCode code) |
static <T> Result<T> |
Result.fail(HttpCode code,
T data) |
Copyright © 2022. All rights reserved.