| Package | Description |
|---|---|
| com.linecorp.armeria.server.docs |
Documentation service.
|
| Modifier and Type | Method and Description |
|---|---|
FieldRequirement |
FieldInfo.requirement()
Returns the requirement level of the field.
|
static FieldRequirement |
FieldRequirement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldRequirement[] |
FieldRequirement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FieldInfoBuilder |
FieldInfoBuilder.requirement(FieldRequirement requirement)
Sets the
FieldRequirement of the field. |
Copyright © 2020 LeanCloud. All rights reserved.