| Package | Description |
|---|---|
| com.linecorp.armeria.server.docs |
Documentation service.
|
| Modifier and Type | Method and Description |
|---|---|
Set<EnumInfo> |
ServiceSpecification.enums()
Returns the metadata about the enums related with the services in this specification.
|
| Constructor and Description |
|---|
ServiceSpecification(Iterable<ServiceInfo> services,
Iterable<EnumInfo> enums,
Iterable<StructInfo> structs,
Iterable<ExceptionInfo> exceptions)
Creates a new instance.
|
ServiceSpecification(Iterable<ServiceInfo> services,
Iterable<EnumInfo> enums,
Iterable<StructInfo> structs,
Iterable<ExceptionInfo> exceptions,
Iterable<HttpHeaders> exampleHttpHeaders)
Creates a new instance.
|
Copyright © 2020 LeanCloud. All rights reserved.