| 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.
|
| FusionController |
The controller that is responsible for processing Vaadin endpoint requests.
|
| FusionControllerConfiguration |
A configuration class for customizing the
FusionController class. |
| FusionEndpointProperties |
Class that contains all Vaadin endpoint customizable properties.
|
| Annotation Type | Description |
|---|---|
| Endpoint |
Annotation to mark the endpoints to be processed by
FusionController
class. |
| EndpointExposed |
Annotation marks the class itself should not be treated as an
Endpoint. |
| Nonnull |
Annotation to mark either field, method, parameter or type parameter as
non-nullable.
|
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.