All Classes and Interfaces

Class
Description
 
 
Helpers for authentication related tasks.
 
 
 
A condition for registering components only when a given feature flag is enabled.
Handles checking of a CSRF token in endpoint requests.
An index HTML request listener that generates and sends a token for Cross-Site Request Forgery protection (Double Submit Cookie pattern) of endpoints.
A listener that creates and registers a CsrfIndexHtmlRequestListener.
Annotation to mark the endpoints to be processed by EndpointController class.
Component used for checking role-based ACL in Vaadin Endpoints.
The controller that is responsible for processing Vaadin endpoint requests.
A configuration class for customizing the EndpointController class.
An exception that is intended to be thrown by any Vaadin endpoint method to propagate exception details to the client side.
Annotation marks the class itself should not be treated as an Endpoint.
Exception thrown by EndpointInvoker when invocation fails.
Exception indicating access to the endpoint was denied.
Exception indicating a problem with the request data.
Exception indicating an unexpected server error occured during handling of the endpoint invocation.
Exception indicating the endpoint was not found.
Handles invocation of endpoint methods after checking the user has proper access.
A checker responsible for validating the Vaadin endpoint names.
Class that contains all Vaadin endpoint customizable properties.
Keeps track of registered endpoints.
Tracks methods inside a given endpoint class.
A subscription that wraps a Flux and allows to listen for unsubscribe events from the browser.
Validation class that is run during servlet container initialization which checks that application is running with the appropriate spring dependencies when there are Endpoint annotations.
Defines mappings for certain endpoint types to corresponding transfer types.
A mapper for endpoint values that is capable of converting between the given endpoint and transfer type.
A util class related to Endpoint.
A validation exception class that is intended to be thrown when any endpoint method receives invalid parameter(s).
A validation error data.
A checker for TypeScript null compatibility in Vaadin endpoint methods parameter and return types.
Checks if a given feature flag, defined using ConditionalOnFeatureFlag, is enabled.
Registers runtime hints for Spring 3 native support for Hilla.
Annotation to mark either field, method, parameter or type parameter as non-nullable.
Annotation to mark either field, method, parameter or type parameter as nullable.
A mapper between Pageable and Pageable.
A mapper between Page and List.
Defines the beans needed for push in Hilla.
Sets up and configures the push channel.
Handles incoming requests from the client and connects them to fluxes returned from endpoints.
A mapper between Sort and Sort.
 
 
A mapper between UUID and String.