| Package | Description |
|---|---|
| com.linecorp.armeria.internal.server.annotation |
Various classes used internally.
|
| com.linecorp.armeria.server.docs |
Documentation service.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceSpecification |
AnnotatedDocServicePlugin.generateSpecification(Set<ServiceConfig> serviceConfigs,
DocServiceFilter filter) |
| 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. |
ServiceSpecification |
DocServicePlugin.generateSpecification(Set<ServiceConfig> serviceConfigs,
DocServiceFilter filter)
Generates a new
ServiceSpecification that provides the information about the supported
Services. |
static ServiceSpecification |
ServiceSpecification.merge(Iterable<ServiceSpecification> specs)
Merges the specified
ServiceSpecifications into one. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceSpecification |
ServiceSpecification.merge(Iterable<ServiceSpecification> specs)
Merges the specified
ServiceSpecifications into one. |
Copyright © 2020 LeanCloud. All rights reserved.