Package dev.hilla
package dev.hilla
-
ClassDescriptionHelpers for authentication related tasks.A condition for registering components only when a given feature flag is enabled.Annotation to mark the endpoints to be processed by
EndpointControllerclass.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.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 toEndpoint.A checker for TypeScript null compatibility in Vaadin endpoint methods parameter and return types.Checks if a given feature flag, defined usingConditionalOnFeatureFlag, is enabled.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.