Uses of Class
org.apache.shenyu.client.springmvc.annotation.ShenyuSpringMvcClient
-
Packages that use ShenyuSpringMvcClient Package Description org.apache.shenyu.client.springmvc.annotation org.apache.shenyu.client.springmvc.init -
-
Uses of ShenyuSpringMvcClient in org.apache.shenyu.client.springmvc.annotation
Classes in org.apache.shenyu.client.springmvc.annotation with annotations of type ShenyuSpringMvcClient Modifier and Type Class Description interfaceShenyuRequestMappingThis is a convenience annotation that is equivalent to declaring@RequestMappingand@ShenyuSpringMvcClient. -
Uses of ShenyuSpringMvcClient in org.apache.shenyu.client.springmvc.init
Methods in org.apache.shenyu.client.springmvc.init that return types with arguments of type ShenyuSpringMvcClient Modifier and Type Method Description protected java.lang.Class<ShenyuSpringMvcClient>SpringMvcClientEventListener. getAnnotationType()Methods in org.apache.shenyu.client.springmvc.init with parameters of type ShenyuSpringMvcClient Modifier and Type Method Description protected java.lang.StringSpringMvcClientEventListener. buildApiPath(java.lang.reflect.Method method, java.lang.String superPath, ShenyuSpringMvcClient methodShenyuClient)protected java.lang.StringSpringMvcClientEventListener. buildApiSuperPath(java.lang.Class<?> clazz, ShenyuSpringMvcClient beanShenyuClient)protected org.apache.shenyu.register.common.dto.MetaDataRegisterDTOSpringMvcClientEventListener. buildMetaDataDTO(java.lang.Object bean, ShenyuSpringMvcClient shenyuClient, java.lang.String path, java.lang.Class<?> clazz, java.lang.reflect.Method method)protected voidSpringMvcClientEventListener. handleMethod(java.lang.Object bean, java.lang.Class<?> clazz, ShenyuSpringMvcClient beanShenyuClient, java.lang.reflect.Method method, java.lang.String superPath)
-