public class RequestMappingProcessor
extends java.lang.Object
implements org.apache.shenyu.client.core.register.matcher.ApiAnnotationProcessor<org.springframework.web.bind.annotation.RequestMapping>, org.apache.shenyu.client.core.register.matcher.ExtractorProcessor
| Constructor and Description |
|---|
RequestMappingProcessor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<org.springframework.web.bind.annotation.RequestMapping> |
matchAnnotation() |
void |
process(org.apache.shenyu.client.core.register.ApiBean.ApiDefinition definition,
org.springframework.web.bind.annotation.RequestMapping annotation) |
void |
process(org.apache.shenyu.client.core.register.ApiBean api,
org.springframework.web.bind.annotation.RequestMapping annotation) |
java.util.List<java.lang.String> |
supportedClient() |
public java.util.List<java.lang.String> supportedClient()
supportedClient in interface org.apache.shenyu.client.core.register.matcher.ExtractorProcessorpublic void process(org.apache.shenyu.client.core.register.ApiBean api,
org.springframework.web.bind.annotation.RequestMapping annotation)
process in interface org.apache.shenyu.client.core.register.matcher.ApiAnnotationProcessor<org.springframework.web.bind.annotation.RequestMapping>public void process(org.apache.shenyu.client.core.register.ApiBean.ApiDefinition definition,
org.springframework.web.bind.annotation.RequestMapping annotation)
process in interface org.apache.shenyu.client.core.register.matcher.ApiAnnotationProcessor<org.springframework.web.bind.annotation.RequestMapping>public java.lang.Class<org.springframework.web.bind.annotation.RequestMapping> matchAnnotation()
matchAnnotation in interface org.apache.shenyu.client.core.register.matcher.ApiAnnotationProcessor<org.springframework.web.bind.annotation.RequestMapping>Copyright © 2023 The Apache Software Foundation. All rights reserved.