- ShenyuDeleteMapping - Annotation Type in org.apache.shenyu.client.springmvc.annotation
-
This is a convenience annotation that is equivalent to
declaring @DeleteMapping and @ShenyuSpringMvcClient.
- ShenyuGetMapping - Annotation Type in org.apache.shenyu.client.springmvc.annotation
-
This is a convenience annotation that is equivalent to
declaring @GetMapping and @ShenyuSpringMvcClient.
- ShenyuPatchMapping - Annotation Type in org.apache.shenyu.client.springmvc.annotation
-
This is a convenience annotation that is equivalent to
declaring @PatchMapping and @ShenyuSpringMvcClient.
- ShenyuPostMapping - Annotation Type in org.apache.shenyu.client.springmvc.annotation
-
This is a convenience annotation that is equivalent to
declaring @PostMapping and @ShenyuSpringMvcClient.
- ShenyuPutMapping - Annotation Type in org.apache.shenyu.client.springmvc.annotation
-
This is a convenience annotation that is equivalent to
declaring @PutMapping and @ShenyuRequestMapping.
- ShenyuRequestMapping - Annotation Type in org.apache.shenyu.client.springmvc.annotation
-
This is a convenience annotation that is equivalent to
declaring @RequestMapping and @ShenyuSpringMvcClient.
- ShenyuSpringMvcClient - Annotation Type in org.apache.shenyu.client.springmvc.annotation
-
The interface shenyu client.
- ShenyuSpringMvcClientProcessorImpl - Class in org.apache.shenyu.client.springmvc.proceeor.register
-
- ShenyuSpringMvcClientProcessorImpl() - Constructor for class org.apache.shenyu.client.springmvc.proceeor.register.ShenyuSpringMvcClientProcessorImpl
-
- SpringMvcApiBeansExtractor - Class in org.apache.shenyu.client.springmvc.register
-
SpringMvcApiBeansExtractor.
It is used to support the extraction of the springMVC interface and convert it to the API Bean protocol.
- SpringMvcApiBeansExtractor() - Constructor for class org.apache.shenyu.client.springmvc.register.SpringMvcApiBeansExtractor
-
- SpringMvcApiMetaRegister - Class in org.apache.shenyu.client.springmvc.register
-
- SpringMvcApiMetaRegister(ShenyuClientRegisterEventPublisher, ClientRegisterConfig) - Constructor for class org.apache.shenyu.client.springmvc.register.SpringMvcApiMetaRegister
-
- SpringMvcClientEventListener - Class in org.apache.shenyu.client.springmvc.init
-
The type Shenyu spring mvc client event listener.
- SpringMvcClientEventListener(PropertiesConfig, ShenyuClientRegisterRepository) - Constructor for class org.apache.shenyu.client.springmvc.init.SpringMvcClientEventListener
-
Instantiates a new context refreshed event listener.
- supportedClient() - Method in class org.apache.shenyu.client.springmvc.proceeor.extractor.RequestMappingProcessor
-