Package com.vaadin.hilla
package com.vaadin.hilla
-
ClassDescriptionHelpers 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
EndpointControllerclass.Handles (re)generation of the TypeScript code.The controller that is responsible for processing Vaadin endpoint requests.A configuration class for customizing theEndpointControllerclass.Annotation marks the class itself should not be treated as anEndpoint, but inheritable methods will be added to the descendant Endpoints.Exception thrown by EndpointInvoker when invocation fails.Deprecated, for removal: This API element is subject to removal in a future version.Exception indicating a problem with the request data.Exception indicating access to the endpoint was denied as the user is not authorized.Allows to specify the HTTP status code and message to return as error.Exception indicating an unexpected server error occured during handling of the endpoint invocation.Exception indicating the endpoint was not found.Exception indicating access to the endpoint was denied as the user is not authenticated.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 usingConditionalOnFeatureFlag, 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.use the standardizedNonNullinsteadDeprecated, for removal: This API element is subject to removal in a future version.use the standardizedNullableinsteadUtilities for interacting with the generated openapi.json.
EndpointInvocationException.EndpointUnauthorizedExceptioninstead.