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 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 . |
Copyright © 2020. All rights reserved.