| Package | Description |
|---|---|
| com.linecorp.armeria.internal.server.annotation |
Various classes used internally.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AnnotatedServiceElement> |
AnnotatedServiceFactory.find(String pathPrefix,
Object object,
List<RequestConverterFunction> requestConverterFunctions,
List<ResponseConverterFunction> responseConverterFunctions,
List<ExceptionHandlerFunction> exceptionHandlerFunctions)
Returns the list of
AnnotatedService defined by Path and HTTP method annotations
from the specified object, RequestConverterFunctions, ResponseConverterFunctions,
ExceptionHandlerFunctions and AnnotatedServiceExtensions. |
Copyright © 2020 LeanCloud. All rights reserved.