| Package | Description |
|---|---|
| com.linecorp.armeria.internal.annotation |
| Modifier and Type | Method and Description |
|---|---|
static List<AnnotatedHttpServiceElement> |
AnnotatedHttpServiceFactory.find(String pathPrefix,
Object object,
List<ExceptionHandlerFunction> exceptionHandlerFunctions,
List<RequestConverterFunction> requestConverterFunctions,
List<ResponseConverterFunction> responseConverterFunctions)
Returns the list of
AnnotatedHttpService defined by Path and HTTP method annotations
from the specified object, ExceptionHandlerFunction's,
RequestConverterFunction's and ResponseConverterFunction's. |
Copyright © 2020 LeanCloud. All rights reserved.