All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary Class Description AbstractClientMessage AbstractServerMessage AuthenticationUtil Helpers for authentication related tasks.ByteArrayModule A Jackson 2 module to allow for the registration of a custom serializer and deserializer for byte[].ClientAPIGenerator Generates the Vaadin connect-client file, based on the application properties, if provided.ClientMessageComplete ClientMessageError ClientMessageUpdate CodeGenerator Vaadin JavaScript generator implementation for swagger-codegen.ConditionalOnFeatureFlag A condition for registering components only when a given feature flag is enabled.CsrfChecker Handles checking of a CSRF token in endpoint requests.CsrfIndexHtmlRequestListener An index HTML request listener that generates and sends a token for Cross-Site Request Forgery protection (Double Submit Cookie pattern) of endpoints.CsrfServiceInitListener A listener that creates and registers aCsrfIndexHtmlRequestListener.Endpoint Annotation to mark the endpoints to be processed byEndpointControllerclass.EndpointAccessChecker Component used for checking role-based ACL in Vaadin Endpoints.EndpointController The controller that is responsible for processing Vaadin endpoint requests.EndpointControllerConfiguration A configuration class for customizing theEndpointControllerclass.EndpointException An exception that is intended to be thrown by any Vaadin endpoint method to propagate exception details to the client side.EndpointExposed Annotation marks the class itself should not be treated as anEndpoint.EndpointGeneratorTaskFactoryImpl An implementation of the EndpointGeneratorTaskFactory, which creates endpoint generator tasks.EndpointInvocationException Exception thrown by EndpointInvoker when invocation fails.EndpointInvocationException.EndpointAccessDeniedException Exception indicating access to the endpoint was denied.EndpointInvocationException.EndpointBadRequestException Exception indicating a problem with the request data.EndpointInvocationException.EndpointInternalException Exception indicating an unexpected server error occured during handling of the endpoint invocation.EndpointInvocationException.EndpointNotFoundException Exception indicating the endpoint was not found.EndpointInvoker Handles invocation of endpoint methods after checking the user has proper access.EndpointNameChecker A checker responsible for validating the Vaadin endpoint names.EndpointProperties Class that contains all Vaadin endpoint customizable properties.EndpointRegistry Keeps track of registered endpoints.EndpointRegistry.VaadinEndpointData Tracks methods inside a given endpoint class.EndpointSubscription<TT> A subscription that wraps a Flux and allows to listen for unsubscribe events from the browser.EndpointsValidator Validation class that is run during servlet container initialization which checks that application is running with the appropriate spring dependencies when there areEndpointannotations.EndpointTransferMapper Defines mappings for certain endpoint types to corresponding transfer types.EndpointTransferMapper.Mapper<ENDPOINTTYPE,TRANSFERTYPE> A mapper for endpoint values that is capable of converting between the given endpoint and transfer type.EndpointUtil A util class related toEndpoint.EndpointValidationException A validation exception class that is intended to be thrown when any endpoint method receives invalid parameter(s).EndpointValidationException.ValidationErrorData A validation error data.ExplicitNullableTypeChecker A checker for TypeScript null compatibility in Vaadin endpoint methods parameter and return types.FeatureFlagCondition Checks if a given feature flag, defined usingConditionalOnFeatureFlag, is enabled.GeneratorUtils A set of static methods used in CCDM generators, so as flow do not depend on external libraries for these operations.MainGenerator Performs the generation of TypeScript files for endpoints, Client API file and endpoint barrel file based on the data from the OpenAPI json.Nonnull Annotation to mark either field, method, parameter or type parameter as non-nullable.OpenAPIConfiguration Basic information of the OpenApi spec.OpenAPIObjectGenerator Java parser class which scans for allEndpointclasses and produces OpenApi json.OpenAPISpecGenerator A generator class that creates the OpenAPI specification file from the sources provided.Order A DTO forSort.Order.Pageable A DTO forPageable.PageableMapper PageMapper A mapper betweenPageandList.PushConfigurer Defines the beans needed for push in Hilla.PushEndpoint Sets up and configures the push channel.PushMessageHandler Handles incoming requests from the client and connects them to fluxes returned from endpoints.Sort A DTO forSort.SortMapper A mapper betweenSortandSort.SubscribeMessage TaskGenerateEndpointImpl Starts the generation of TS files for endpoints.TaskGenerateOpenAPIImpl Generate OpenAPI json file for Vaadin Endpoints.UnsubscribeMessage UUIDMapper