| Package | Description |
|---|---|
| com.linecorp.armeria.server.docs |
Documentation service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumInfo
Metadata about an enum type.
|
class |
ExceptionInfo
Metadata about an exception type.
|
class |
StructInfo
Metadata about a struct type.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceSpecification |
ServiceSpecification.generate(Iterable<ServiceInfo> services,
Function<TypeSignature,? extends NamedTypeInfo> namedTypeInfoFactory)
Generates a new
ServiceSpecification from the specified ServiceInfos and
the factory Function that creates NamedTypeInfos for the enum, struct or exception types
referred by the specified ServiceInfos. |
Copyright © 2020 LeanCloud. All rights reserved.