public final class AnnotatedHttpServiceFactory extends Object
AnnotatedHttpServices from an Object.
This class is not supposed to be used by a user. Please check out the documentation
Annotated HTTP Service to use AnnotatedHttpService.| Modifier and Type | Method and Description |
|---|---|
static List<AnnotatedHttpServiceElement> |
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. |
public static List<AnnotatedHttpServiceElement> find(String pathPrefix, Object object, List<ExceptionHandlerFunction> exceptionHandlerFunctions, List<RequestConverterFunction> requestConverterFunctions, List<ResponseConverterFunction> responseConverterFunctions)
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.