We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.server.connect.
Package com.vaadin.flow.server.connect
-
Class Summary Class Description EndpointNameChecker A checker responsible for validating the Vaadin Connect endpoint names.
ExplicitNullableTypeChecker A checker for TypeScript null compatibility in Vaadin Connect endpoint methods parameter and return types.
VaadinConnectController The controller that is responsible for processing Vaadin Connect requests.
VaadinConnectControllerConfiguration A configuration class for customizing the
VaadinConnectController
class.VaadinEndpointProperties Class that contains all Vaadin Connect customizable properties.
-
Annotation Types Summary Annotation Type Description Endpoint Annotation to mark the endpoints to be processed by
VaadinConnectController
class.EndpointExposed Annotation marks the class itself should not be treated as an
Endpoint
.