Class | Description |
---|---|
EndpointNameChecker |
A checker responsible for validating the Vaadin endpoint names.
|
EndpointRegistry |
Keeps track of registered endpoints.
|
EndpointRegistry.VaadinEndpointData |
Tracks methods inside a given endpoint class.
|
EndpointUtil |
A util class related to
Endpoint . |
ExplicitNullableTypeChecker |
A checker for TypeScript null compatibility in Vaadin endpoint methods
parameter and return types.
|
VaadinConnectController |
The controller that is responsible for processing Vaadin endpoint requests.
|
VaadinConnectControllerConfiguration |
A configuration class for customizing the
VaadinConnectController
class. |
VaadinEndpointProperties |
Class that contains all Vaadin endpoint 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 © 2021. All rights reserved.