com.vaadin.hilla.
Package com.vaadin.hilla
-
ClassDescription
Helpers for authentication related tasks.
Makes the methods of the annotated class available to the browser.
A condition for registering components only when a given feature flag is enabled.
Annotation to mark the endpoints to be processed by
EndpointController
class.Handles (re)generation of the TypeScript code.
The controller that is responsible for processing Vaadin endpoint requests.
A configuration class for customizing the
EndpointController
class.Annotation marks the class itself should not be treated as an
Endpoint
, but inheritable methods will be added to the descendant Endpoints.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.
A util class related to classes available to the browser.
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.Reports Hilla statistics.
Takes care of updating internals of Hilla that need updates when application classes are updated.
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.use the standardizedNullable
insteadUtilities for interacting with the generated openapi.json.
NonNull
instead