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(com.vaadin.flow.server.VaadinServletContext context) Gets a list of all endpoints / browser callables in the application.static List<SpringBridge.ServiceMethodInfo> SpringIntegration.getEndpoints(com.vaadin.flow.server.VaadinServletContext context) static List<SpringBridge.ServiceMethodInfo> SpringBridge.getFlowUIServices(com.vaadin.flow.server.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(com.vaadin.flow.server.VaadinServletContext context) Methods in com.vaadin.copilot with parameters of type SpringBridge.ServiceMethodInfoModifier and TypeMethodDescriptionstatic ConnectToService.BindingTypeConnectToService.canBindFlowComboBoxToService(SpringBridge.ServiceMethodInfo serviceMethod) Checks if a Flow ComboBox can be bound to the given service method.static ConnectToService.BindingTypeConnectToService.canBindFlowGridToService(SpringBridge.ServiceMethodInfo serviceMethod) Checks if a Flow Grid can be bound to the given service method.static ConnectToService.BindingTypeConnectToService.canBindHillaComboBoxToService(SpringBridge.ServiceMethodInfo serviceMethod) Checks if a Hilla ComboBox can be bound to the given service method.static ConnectToService.BindingTypeConnectToService.canBindHillaGridToService(SpringBridge.ServiceMethodInfo serviceMethod) Checks if a Hilla Grid can be bound to the given service method.static intUiServiceHandler.sortByClassAndMethodName(SpringBridge.ServiceMethodInfo e1, SpringBridge.ServiceMethodInfo e2)