Package | Description |
---|---|
com.lili.common.result |
Modifier and Type | Method and Description |
---|---|
static ResultCodeEnum |
ResultCodeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultCodeEnum[] |
ResultCodeEnum.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.build(T body,
ResultCodeEnum resultCodeEnum) |
Copyright © 2023. All rights reserved.