Annotation Interface的使用
cn.taketoday.web.service.annotation.HttpExchange
使用HttpExchange的程序包
程序包
说明
Method handler
Annotations for declaring HTTP service request methods.
Support for creating a client proxy for an HTTP service annotated with
HttpExchange methods.-
cn.taketoday.web.handler.method中HttpExchange的使用
修饰符和类型方法说明protected RequestMappingInfoRequestMappingHandlerMapping.createRequestMappingInfo(HttpExchange httpExchange, RequestCondition<?> customCondition) Create aRequestMappingInfofrom the supplied@HttpExchangeannotation, or meta-annotation, or synthesized result of merging annotation attributes within an annotation hierarchy. -
cn.taketoday.web.service.annotation中HttpExchange的使用
修饰符和类型类说明@interfaceShortcut for@HttpExchangefor HTTP DELETE requests.@interfaceShortcut for@HttpExchangefor HTTP GET requests.@interfaceShortcut for@HttpExchangefor HTTP PATCH requests.@interfaceShortcut for@HttpExchangefor HTTP POST requests.@interfaceShortcut for@HttpExchangefor HTTP PUT requests. -
cn.taketoday.web.service.invoker中HttpExchange的使用
修饰符和类型方法说明HttpServiceMethod.HttpRequestValuesInitializer.initAccept(HttpExchange typeAnnot, HttpExchange annot) private static MediaTypeHttpServiceMethod.HttpRequestValuesInitializer.initContentType(HttpExchange typeAnnot, HttpExchange annot) private static HttpMethodHttpServiceMethod.HttpRequestValuesInitializer.initHttpMethod(HttpExchange typeAnnot, HttpExchange annot) private static StringHttpServiceMethod.HttpRequestValuesInitializer.initUrl(HttpExchange typeAnnot, HttpExchange annot, cn.taketoday.core.StringValueResolver embeddedValueResolver)