Uses of Record Class
com.vaadin.copilot.SpringBridge.ServiceMethodInfo
Packages that use SpringBridge.ServiceMethodInfo
-
Uses of SpringBridge.ServiceMethodInfo in com.vaadin.copilot
Methods in com.vaadin.copilot that return types with arguments of type SpringBridge.ServiceMethodInfoModifier and TypeMethodDescriptionstatic List<SpringBridge.ServiceMethodInfo>
SpringBridge.getEndpoints
(VaadinServletContext context) Gets a list of all endpoints / browser callables in the application.static List<SpringBridge.ServiceMethodInfo>
SpringIntegration.getEndpoints
(VaadinServletContext context) static List<SpringBridge.ServiceMethodInfo>
SpringBridge.getFlowUIServices
(VaadinServletContext context) Gets a list of @Service classes that can potentially be used to get data to a component.static List<SpringBridge.ServiceMethodInfo>
SpringIntegration.getFlowUIServices
(VaadinServletContext context) Methods in com.vaadin.copilot with parameters of type SpringBridge.ServiceMethodInfoModifier and TypeMethodDescriptionstatic int
UiServiceHandler.sortByClassAndMethodName
(SpringBridge.ServiceMethodInfo e1, SpringBridge.ServiceMethodInfo e2)