| Package | Description |
|---|---|
| com.linecorp.armeria.server.docs |
Documentation service.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnumValueInfo> |
EnumInfo.values()
Returns the constant values defined by the type.
|
| Constructor and Description |
|---|
EnumInfo(String name,
Iterable<EnumValueInfo> values)
Creates a new instance.
|
EnumInfo(String name,
Iterable<EnumValueInfo> values,
String docString)
Creates a new instance.
|
Copyright © 2020 LeanCloud. All rights reserved.