Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractClientMessage - Class in com.vaadin.hilla.push.messages.toclient
- AbstractClientMessage() - Constructor for class com.vaadin.hilla.push.messages.toclient.AbstractClientMessage
- AbstractClientMessage(String) - Constructor for class com.vaadin.hilla.push.messages.toclient.AbstractClientMessage
- AbstractServerMessage - Class in com.vaadin.hilla.push.messages.fromclient
- AbstractServerMessage() - Constructor for class com.vaadin.hilla.push.messages.fromclient.AbstractServerMessage
- ACCESS_DENIED_MSG - Static variable in class com.vaadin.hilla.auth.EndpointAccessChecker
- ACCESS_DENIED_MSG_DEV_MODE - Static variable in class com.vaadin.hilla.auth.EndpointAccessChecker
- add(String, Object) - Method in class com.vaadin.hilla.route.records.ClientViewConfig
-
Add a key-value pair for all unknown fields.
- addHotSwapListener(HotSwapListener) - Method in interface com.vaadin.hilla.internal.hotswap.EndpointHotSwapService
-
The method that enables registering
HotSwapListeners to be notified whenever anEndpointChangedEventis fired. - AndFilter - Class in com.vaadin.hilla.crud.filter
-
A filter that requires all children to pass.
- AndFilter() - Constructor for class com.vaadin.hilla.crud.filter.AndFilter
- ApplicationContextProvider - Class in com.vaadin.hilla
- ApplicationContextProvider() - Constructor for class com.vaadin.hilla.ApplicationContextProvider
- apply(Filter) - Method in class com.vaadin.hilla.crud.filter.FilterTransformer
-
Applies registered property mappings and transformation function on the provided filter instance.
- apply(Pageable) - Method in class com.vaadin.hilla.crud.filter.FilterTransformer
-
Applies registered property mappings on the provided pageable instance.
- AuthenticationUtil - Class in com.vaadin.hilla
-
Helpers for authentication related tasks.
- AuthenticationUtil() - Constructor for class com.vaadin.hilla.AuthenticationUtil
- AvailableViewInfo - Record Class in com.vaadin.hilla.route.records
-
Represents a server side view configuration for the client side.
- AvailableViewInfo(String, String[], Boolean, String, Boolean, Boolean, ClientViewMenuConfig, Map<String, RouteParamType>) - Constructor for record class com.vaadin.hilla.route.records.AvailableViewInfo
-
Creates an instance of a
AvailableViewInforecord class. - AvailableViewInfo(String, String[], Boolean, String, Boolean, Boolean, ClientViewMenuConfig, Stream<RouteParameterData>) - Constructor for record class com.vaadin.hilla.route.records.AvailableViewInfo
B
- BrowserCallable - Annotation Interface in com.vaadin.hilla
-
Makes the methods of the annotated class available to the browser.
- browserLiveReload() - Method in record class com.vaadin.hilla.internal.hotswap.HotSwapListener.EndpointChangedEvent
-
Returns the value of the
browserLiveReloadrecord component. - buildDir() - Method in record class com.vaadin.hilla.internal.hotswap.HotSwapListener.EndpointChangedEvent
-
Returns the value of the
buildDirrecord component.
C
- check(Class<?>, HttpServletRequest) - Method in class com.vaadin.hilla.auth.EndpointAccessChecker
-
Check that the endpoint is accessible for the current user.
- check(Class<?>, Principal, Function<String, Boolean>) - Method in class com.vaadin.hilla.auth.EndpointAccessChecker
-
Check that the endpoint is accessible for the current user.
- check(Method, HttpServletRequest) - Method in class com.vaadin.hilla.auth.EndpointAccessChecker
-
Check that the endpoint is accessible for the current user.
- check(Method, Principal, Function<String, Boolean>) - Method in class com.vaadin.hilla.auth.EndpointAccessChecker
-
Check that the endpoint is accessible for the current user.
- check(String) - Method in class com.vaadin.hilla.EndpointNameChecker
-
Validates the Vaadin endpoint name given.
- checkValueForAnnotatedElement(Object, AnnotatedElement, boolean) - Method in class com.vaadin.hilla.ExplicitNullableTypeChecker
-
Validates the given value for the given expected method return value type.
- ClientMessageComplete - Class in com.vaadin.hilla.push.messages.toclient
- ClientMessageComplete() - Constructor for class com.vaadin.hilla.push.messages.toclient.ClientMessageComplete
- ClientMessageComplete(String) - Constructor for class com.vaadin.hilla.push.messages.toclient.ClientMessageComplete
- ClientMessageError - Class in com.vaadin.hilla.push.messages.toclient
- ClientMessageError() - Constructor for class com.vaadin.hilla.push.messages.toclient.ClientMessageError
- ClientMessageError(String, String) - Constructor for class com.vaadin.hilla.push.messages.toclient.ClientMessageError
- ClientMessageUpdate - Class in com.vaadin.hilla.push.messages.toclient
- ClientMessageUpdate() - Constructor for class com.vaadin.hilla.push.messages.toclient.ClientMessageUpdate
- ClientMessageUpdate(String, Object) - Constructor for class com.vaadin.hilla.push.messages.toclient.ClientMessageUpdate
- ClientRouteRegistry - Class in com.vaadin.hilla.route
-
Keeps track of registered client side routes.
- ClientRouteRegistry() - Constructor for class com.vaadin.hilla.route.ClientRouteRegistry
- ClientViewConfig - Class in com.vaadin.hilla.route.records
-
Implementation of TypeScript's Hilla ConfigView.
- ClientViewConfig() - Constructor for class com.vaadin.hilla.route.records.ClientViewConfig
- ClientViewMenuConfig - Record Class in com.vaadin.hilla.route.records
-
Implementation of TypeScript's Hilla ConfigView.Menu.
- ClientViewMenuConfig(String, Double, String, Boolean) - Constructor for record class com.vaadin.hilla.route.records.ClientViewMenuConfig
-
Creates an instance of a
ClientViewMenuConfigrecord class. - collectClientViews(Predicate<? super String>, boolean) - Method in class com.vaadin.hilla.route.RouteUnifyingIndexHtmlRequestListener
- collectServerViews(VaadinRequest) - Method in class com.vaadin.hilla.route.RouteUnifyingIndexHtmlRequestListener
- com.vaadin.hilla - package com.vaadin.hilla
- com.vaadin.hilla.auth - package com.vaadin.hilla.auth
- com.vaadin.hilla.crud - package com.vaadin.hilla.crud
- com.vaadin.hilla.crud.filter - package com.vaadin.hilla.crud.filter
- com.vaadin.hilla.endpointransfermapper - package com.vaadin.hilla.endpointransfermapper
- com.vaadin.hilla.exception - package com.vaadin.hilla.exception
- com.vaadin.hilla.internal.hotswap - package com.vaadin.hilla.internal.hotswap
- com.vaadin.hilla.push - package com.vaadin.hilla.push
- com.vaadin.hilla.push.messages.fromclient - package com.vaadin.hilla.push.messages.fromclient
- com.vaadin.hilla.push.messages.toclient - package com.vaadin.hilla.push.messages.toclient
- com.vaadin.hilla.route - package com.vaadin.hilla.route
- com.vaadin.hilla.route.records - package com.vaadin.hilla.route.records
- com.vaadin.hilla.springnative - package com.vaadin.hilla.springnative
- com.vaadin.hilla.startup - package com.vaadin.hilla.startup
- ConditionalOnFeatureFlag - Annotation Interface in com.vaadin.hilla
-
A condition for registering components only when a given feature flag is enabled.
- CONTAINS - Enum constant in enum class com.vaadin.hilla.crud.filter.PropertyStringFilter.Matcher
- count(Filter) - Method in interface com.vaadin.hilla.crud.CountService
-
Counts the number of entities that match the given filter.
- count(Filter) - Method in class com.vaadin.hilla.crud.ListRepositoryService
-
Counts the number of entities that match the given filter.
- CountService - Interface in com.vaadin.hilla.crud
-
A browser-callable service that can count the given type of objects with a given filter.
- CrudConfiguration - Class in com.vaadin.hilla.crud
- CrudConfiguration() - Constructor for class com.vaadin.hilla.crud.CrudConfiguration
- CrudRepositoryService<T,
ID, R extends org.springframework.data.repository.CrudRepository<T, ID> & org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>> - Class in com.vaadin.hilla.crud -
A browser-callable service that delegates crud operations to a JPA repository.
- CrudRepositoryService() - Constructor for class com.vaadin.hilla.crud.CrudRepositoryService
- CrudRepositoryService(R) - Constructor for class com.vaadin.hilla.crud.CrudRepositoryService
-
Creates the service using the given repository.
- CrudService<T,
ID> - Interface in com.vaadin.hilla.crud -
A browser-callable service that can create, read, update, and delete a given type of object.
- CsrfChecker - Class in com.vaadin.hilla.auth
-
Handles checking of a CSRF token in endpoint requests.
- CsrfChecker(ServletContext) - Constructor for class com.vaadin.hilla.auth.CsrfChecker
-
Creates a new csrf checker for the given context.
- CsrfIndexHtmlRequestListener - Class in com.vaadin.hilla.auth
-
An index HTML request listener that generates and sends a token for Cross-Site Request Forgery protection (Double Submit Cookie pattern) of endpoints.
- CsrfIndexHtmlRequestListener() - Constructor for class com.vaadin.hilla.auth.CsrfIndexHtmlRequestListener
- CsrfServiceInitListener - Class in com.vaadin.hilla.startup
-
A listener that creates and registers a
CsrfIndexHtmlRequestListener. - CsrfServiceInitListener() - Constructor for class com.vaadin.hilla.startup.CsrfServiceInitListener
D
- delete(ID) - Method in class com.vaadin.hilla.crud.CrudRepositoryService
- delete(ID) - Method in interface com.vaadin.hilla.crud.FormService
-
Deletes the object with the given id.
- deleteAll(Iterable<ID>) - Method in class com.vaadin.hilla.crud.CrudRepositoryService
-
Deletes the objects with the given ids.
E
- ECMA_SCRIPT_RESERVED_WORDS - Static variable in class com.vaadin.hilla.EndpointNameChecker
-
Set of reserved words in ECMAScript specification.
- Endpoint - Annotation Interface in com.vaadin.hilla
-
Annotation to mark the endpoints to be processed by
EndpointControllerclass. - ENDPOINT_MAPPER_FACTORY_BEAN_QUALIFIER - Static variable in class com.vaadin.hilla.EndpointController
-
A qualifier to override the request and response default json mapper.
- EndpointAccessChecker - Class in com.vaadin.hilla.auth
-
Component used for checking role-based ACL in Vaadin Endpoints.
- EndpointAccessChecker(AccessAnnotationChecker) - Constructor for class com.vaadin.hilla.auth.EndpointAccessChecker
-
Creates a new instance.
- EndpointAccessDeniedException(String) - Constructor for exception com.vaadin.hilla.EndpointInvocationException.EndpointAccessDeniedException
-
Creates a new instance.
- EndpointBadRequestException(String) - Constructor for exception com.vaadin.hilla.EndpointInvocationException.EndpointBadRequestException
-
Creates a new instance.
- endpointChanged(HotSwapListener.EndpointChangedEvent) - Method in interface com.vaadin.hilla.internal.hotswap.HotSwapListener
-
The method that is called when an
EndpointChangedEventis fired. - EndpointChangedEvent(Path, BrowserLiveReload) - Constructor for record class com.vaadin.hilla.internal.hotswap.HotSwapListener.EndpointChangedEvent
-
Creates an instance of a
EndpointChangedEventrecord class. - EndpointCodeGenerator - Class in com.vaadin.hilla
-
Handles (re)generation of the TypeScript code.
- EndpointCodeGenerator(VaadinContext, EndpointController) - Constructor for class com.vaadin.hilla.EndpointCodeGenerator
-
Creates the singleton.
- EndpointController - Class in com.vaadin.hilla
-
The controller that is responsible for processing Vaadin endpoint requests.
- EndpointController(ApplicationContext, EndpointRegistry, EndpointInvoker, CsrfChecker) - Constructor for class com.vaadin.hilla.EndpointController
-
A constructor used to initialize the controller.
- EndpointControllerConfiguration - Class in com.vaadin.hilla
-
A configuration class for customizing the
EndpointControllerclass. - EndpointControllerConfiguration(EndpointProperties) - Constructor for class com.vaadin.hilla.EndpointControllerConfiguration
-
Initializes the endpoint configuration.
- EndpointException - Exception in com.vaadin.hilla.exception
-
An exception that is intended to be thrown by any Vaadin endpoint method to propagate exception details to the client side.
- EndpointException(String) - Constructor for exception com.vaadin.hilla.exception.EndpointException
-
Creates an exception which information is propagated to the client since, if thrown from a Vaadin endpoint method.
- EndpointException(String, Object) - Constructor for exception com.vaadin.hilla.exception.EndpointException
-
Creates an exception which information is propagated to the client since, if thrown from a Vaadin endpoint method.
- EndpointException(String, Throwable) - Constructor for exception com.vaadin.hilla.exception.EndpointException
-
Creates an exception which information is propagated to the client since, if thrown from a Vaadin endpoint method.
- EndpointException(String, Throwable, Object) - Constructor for exception com.vaadin.hilla.exception.EndpointException
-
Creates an exception which information is propagated to the client since, if thrown from a Vaadin endpoint method.
- EndpointException(Throwable) - Constructor for exception com.vaadin.hilla.exception.EndpointException
-
Creates an exception which information is propagated to the client since, if thrown from a Vaadin endpoint method.
- EndpointExposed - Annotation Interface in com.vaadin.hilla
-
Annotation marks the class itself should not be treated as an
Endpoint, but inheritable methods will be added to the descendant Endpoints. - EndpointHotSwapService - Interface in com.vaadin.hilla.internal.hotswap
-
The service interface that defines the API for EndpointHotSwapService implementations.
- EndpointInternalException(String) - Constructor for exception com.vaadin.hilla.EndpointInvocationException.EndpointInternalException
-
Creates a new instance.
- EndpointInvocationException - Exception in com.vaadin.hilla
-
Exception thrown by EndpointInvoker when invocation fails.
- EndpointInvocationException(String) - Constructor for exception com.vaadin.hilla.EndpointInvocationException
-
Creates a new instance..
- EndpointInvocationException.EndpointAccessDeniedException - Exception in com.vaadin.hilla
-
Exception indicating access to the endpoint was denied.
- EndpointInvocationException.EndpointBadRequestException - Exception in com.vaadin.hilla
-
Exception indicating a problem with the request data.
- EndpointInvocationException.EndpointInternalException - Exception in com.vaadin.hilla
-
Exception indicating an unexpected server error occured during handling of the endpoint invocation.
- EndpointInvocationException.EndpointNotFoundException - Exception in com.vaadin.hilla
-
Exception indicating the endpoint was not found.
- EndpointInvoker - Class in com.vaadin.hilla
-
Handles invocation of endpoint methods after checking the user has proper access.
- EndpointInvoker(ApplicationContext, JacksonObjectMapperFactory, ExplicitNullableTypeChecker, ServletContext, EndpointRegistry) - Constructor for class com.vaadin.hilla.EndpointInvoker
-
Creates an instance of this bean.
- EndpointNameChecker - Class in com.vaadin.hilla
-
A checker responsible for validating the Vaadin endpoint names.
- EndpointNameChecker() - Constructor for class com.vaadin.hilla.EndpointNameChecker
- EndpointNotFoundException() - Constructor for exception com.vaadin.hilla.EndpointInvocationException.EndpointNotFoundException
-
Creates a new instance..
- EndpointProperties - Class in com.vaadin.hilla
-
Class that contains all Vaadin endpoint customizable properties.
- EndpointProperties() - Constructor for class com.vaadin.hilla.EndpointProperties
- EndpointRegistry - Class in com.vaadin.hilla
-
Keeps track of registered endpoints.
- EndpointRegistry(EndpointNameChecker) - Constructor for class com.vaadin.hilla.EndpointRegistry
-
Creates a new registry using the given name checker.
- EndpointRegistry.VaadinEndpointData - Class in com.vaadin.hilla
-
Tracks methods inside a given endpoint class.
- EndpointRegistryInitializer - Class in com.vaadin.hilla.startup
- EndpointRegistryInitializer(EndpointController) - Constructor for class com.vaadin.hilla.startup.EndpointRegistryInitializer
- EndpointSubscription<TT> - Class in com.vaadin.hilla
-
A subscription that wraps a Flux and allows to listen for unsubscribe events from the browser.
- EndpointsValidator - Class in com.vaadin.hilla.startup
-
Validation class that is run during servlet container initialization which checks that application is running with the appropriate spring dependencies when there are
Endpointannotations. - EndpointsValidator() - Constructor for class com.vaadin.hilla.startup.EndpointsValidator
- EndpointTransferMapper - Class in com.vaadin.hilla.endpointransfermapper
-
Defines mappings for certain endpoint types to corresponding transfer types.
- EndpointTransferMapper() - Constructor for class com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper
-
Creates a new instance.
- EndpointTransferMapper.Mapper<ENDPOINTTYPE,
TRANSFERTYPE> - Interface in com.vaadin.hilla.endpointransfermapper -
A mapper for endpoint values that is capable of converting between the given endpoint and transfer type.
- EndpointUtil - Class in com.vaadin.hilla
-
A util class related to classes available to the browser.
- EndpointUtil() - Constructor for class com.vaadin.hilla.EndpointUtil
- EndpointValidationException - Exception in com.vaadin.hilla.exception
-
A validation exception class that is intended to be thrown when any endpoint method receives invalid parameter(s).
- EndpointValidationException(EndpointValidationException.ValidationErrorData) - Constructor for exception com.vaadin.hilla.exception.EndpointValidationException
-
Creates a validation exception from the error data.
- EndpointValidationException(String, List<EndpointValidationException.ValidationErrorData>) - Constructor for exception com.vaadin.hilla.exception.EndpointValidationException
-
Creates a validation exception from a error data list.
- EndpointValidationException(List<EndpointValidationException.ValidationErrorData>) - Constructor for exception com.vaadin.hilla.exception.EndpointValidationException
-
Creates a validation exception from a error data list.
- EndpointValidationException.ValidationErrorData - Class in com.vaadin.hilla.exception
-
A validation error data.
- equals(Object) - Method in record class com.vaadin.hilla.internal.hotswap.HotSwapListener.EndpointChangedEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.hilla.route.records.AvailableViewInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- equals(Object) - Method in record class com.vaadin.hilla.route.records.ClientViewMenuConfig
-
Indicates whether some other object is "equal to" this one.
- EQUALS - Enum constant in enum class com.vaadin.hilla.crud.filter.PropertyStringFilter.Matcher
- ERROR_MESSAGE_FIELD - Static variable in exception com.vaadin.hilla.exception.EndpointException
-
A message field to be used in the exception's serialization data in
EndpointException.getSerializationData(). - exclude() - Method in record class com.vaadin.hilla.route.records.ClientViewMenuConfig
-
Returns the value of the
excluderecord component. - exists(ID) - Method in interface com.vaadin.hilla.crud.GetService
-
Checks if an object with the given id exists.
- exists(ID) - Method in class com.vaadin.hilla.crud.ListRepositoryService
- ExplicitNullableTypeChecker - Class in com.vaadin.hilla
-
A checker for TypeScript null compatibility in Vaadin endpoint methods parameter and return types.
- ExplicitNullableTypeChecker() - Constructor for class com.vaadin.hilla.ExplicitNullableTypeChecker
F
- FeatureFlagCondition - Class in com.vaadin.hilla
-
Checks if a given feature flag, defined using
ConditionalOnFeatureFlag, is enabled. - FeatureFlagCondition() - Constructor for class com.vaadin.hilla.FeatureFlagCondition
- FILE_ROUTES_JSON_NAME - Static variable in class com.vaadin.hilla.route.ClientRouteRegistry
- FILE_ROUTES_JSON_PROD_PATH - Static variable in class com.vaadin.hilla.route.ClientRouteRegistry
- Filter - Class in com.vaadin.hilla.crud.filter
-
Superclass for all filters to be used with CRUD services.
- Filter() - Constructor for class com.vaadin.hilla.crud.filter.Filter
- FilterTransformer - Class in com.vaadin.hilla.crud.filter
-
Utility class for transforming property names in filters and pageable objects.
- FilterTransformer() - Constructor for class com.vaadin.hilla.crud.filter.FilterTransformer
- findOpenApiClasses(String) - Static method in class com.vaadin.hilla.OpenAPIUtil
-
Parses the given open api and finds all used classes.
- FormService<T,
ID> - Interface in com.vaadin.hilla.crud -
A browser-callable service that can create, update, and delete a given type of object.
G
- generateOpenAPI(Path, boolean) - Static method in class com.vaadin.hilla.OpenAPIUtil
-
Generate a new openapi.json and return it, based on the classes in the build directory.
- get(ID) - Method in interface com.vaadin.hilla.crud.GetService
-
Gets the object with the given id.
- get(ID) - Method in class com.vaadin.hilla.crud.ListRepositoryService
- getAccessAnnotationChecker() - Method in class com.vaadin.hilla.auth.EndpointAccessChecker
-
Returns the instance used for checking access based on annotations.
- getAllRoutes() - Method in class com.vaadin.hilla.route.ClientRouteRegistry
-
Returns all registered routes.
- getApplicationContext() - Static method in class com.vaadin.hilla.ApplicationContextProvider
- getChildren() - Method in class com.vaadin.hilla.crud.filter.AndFilter
- getChildren() - Method in class com.vaadin.hilla.crud.filter.OrFilter
- getChildren() - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- getClassesUsedInOpenApi() - Method in class com.vaadin.hilla.EndpointCodeGenerator
- getClientRoutes() - Method in class com.vaadin.hilla.route.ClientRouteRegistry
- getCurrentOpenAPI(Path, boolean) - Static method in class com.vaadin.hilla.OpenAPIUtil
-
Reads the open api file from the build directory.
- getCurrentOpenAPIPath(Path, boolean) - Static method in class com.vaadin.hilla.OpenAPIUtil
-
Returns the path to open api file from the build directory.
- getDetail() - Method in exception com.vaadin.hilla.exception.EndpointException
-
Gets the detail of the exception, if provided by user,
nullotherwise. - getEndpointName() - Method in class com.vaadin.hilla.push.messages.fromclient.SubscribeMessage
- getEndpointObject() - Method in class com.vaadin.hilla.EndpointRegistry.VaadinEndpointData
- getEndpointPrefix() - Method in class com.vaadin.hilla.EndpointProperties
-
Customize the prefix for all Vaadin endpoints.
- getEndpointType() - Method in interface com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper.Mapper
-
Returns the type used in the endpoint.
- getEndpointType() - Method in class com.vaadin.hilla.endpointransfermapper.PageableMapper
- getEndpointType() - Method in class com.vaadin.hilla.endpointransfermapper.PageMapper
- getEndpointType() - Method in class com.vaadin.hilla.endpointransfermapper.SortMapper
- getEndpointType() - Method in class com.vaadin.hilla.endpointransfermapper.UUIDMapper
- getFilterValue() - Method in class com.vaadin.hilla.crud.filter.PropertyStringFilter
-
Gets the filter value to compare against.
- getFlux() - Method in class com.vaadin.hilla.EndpointSubscription
-
Returns the flux value provide for this subscription.
- getId() - Method in class com.vaadin.hilla.push.messages.fromclient.AbstractServerMessage
- getId() - Method in class com.vaadin.hilla.push.messages.toclient.AbstractClientMessage
- getInstance() - Static method in class com.vaadin.hilla.EndpointCodeGenerator
-
Gets the singleton instance.
- getItem() - Method in class com.vaadin.hilla.push.messages.toclient.ClientMessageUpdate
- getJacksonModule() - Method in class com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper
-
Gets the Jackson 2 module configured with the mapping serializers and deserializers.
- getMapper(Class<T>) - Method in class com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper
-
Gets the mapper for the given endpoint type.
- getMatcher() - Method in class com.vaadin.hilla.crud.filter.PropertyStringFilter
-
The matcher, or operator, to use when comparing the property value to the filter value.
- getMessage() - Method in exception com.vaadin.hilla.EndpointInvocationException
-
Returns the additional message that is passed to the client side.
- getMessage() - Method in class com.vaadin.hilla.exception.EndpointValidationException.ValidationErrorData
-
Gets the validation error message.
- getMessage() - Method in class com.vaadin.hilla.push.messages.toclient.ClientMessageError
- getMethod(String) - Method in class com.vaadin.hilla.EndpointRegistry.VaadinEndpointData
-
Finds a method with the given name.
- getMethodName() - Method in class com.vaadin.hilla.push.messages.fromclient.SubscribeMessage
- getOnUnsubscribe() - Method in class com.vaadin.hilla.EndpointSubscription
-
Returns the callback that is invoked when the browser unsubscribes from the subscription.
- getOther() - Method in class com.vaadin.hilla.route.records.ClientViewConfig
-
Get all unknown values.
- getParameterName() - Method in class com.vaadin.hilla.exception.EndpointValidationException.ValidationErrorData
-
Gets the parameter name that caused the validation error.
- getParams() - Method in class com.vaadin.hilla.push.messages.fromclient.SubscribeMessage
- getParent() - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- getPollInterval() - Method in class com.vaadin.hilla.internal.hotswap.HotSwapConfigurationProperties
- getPropertyId() - Method in class com.vaadin.hilla.crud.filter.PropertyStringFilter
-
Gets the property, or nested property path, to filter by.
- getRepository() - Method in class com.vaadin.hilla.crud.ListRepositoryService
-
Accessor for the repository instance.
- getReturnType(String, String) - Method in class com.vaadin.hilla.EndpointInvoker
-
Gets the return type of the given method.
- getRolesAllowed() - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- getRoute() - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- getRouteByPath(String) - Method in class com.vaadin.hilla.route.ClientRouteRegistry
-
Gets the client view configuration for the given route.
- getRouteParameters() - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- getSecurityHolderAuthentication() - Static method in class com.vaadin.hilla.AuthenticationUtil
-
Gets the authenticated user from the Spring SecurityContextHolder.
- getSecurityHolderRoleChecker() - Static method in class com.vaadin.hilla.AuthenticationUtil
-
Gets a function for checking if the authenticated user from the Spring SecurityContextHolder is in a given role.
- getSerializationData() - Method in exception com.vaadin.hilla.exception.EndpointException
-
Creates a map with the serialization data to be sent to the client when the exception thrown is processed by
EndpointController. - getSerializationData() - Method in exception com.vaadin.hilla.exception.EndpointValidationException
- GetService<T,
ID> - Interface in com.vaadin.hilla.crud -
A browser-callable service that can fetch the given type of object.
- getTitle() - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- getTransferType() - Method in interface com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper.Mapper
-
Returns the type used when transfering data to/from the client.
- getTransferType() - Method in class com.vaadin.hilla.endpointransfermapper.PageableMapper
- getTransferType() - Method in class com.vaadin.hilla.endpointransfermapper.PageMapper
- getTransferType() - Method in class com.vaadin.hilla.endpointransfermapper.SortMapper
- getTransferType() - Method in class com.vaadin.hilla.endpointransfermapper.UUIDMapper
- getTransferType(Class<?>) - Method in class com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper
-
Gets the transfer type for the given endpoint type.
- getTransferType(String) - Method in class com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper
-
Gets the transfer type for the given endpoint type.
- getValidationErrorData() - Method in exception com.vaadin.hilla.exception.EndpointValidationException
-
Gets the collection of the data on the validation errors.
- getValidatorMessage() - Method in class com.vaadin.hilla.exception.EndpointValidationException.ValidationErrorData
-
Gets th validator message.
- GREATER_THAN - Enum constant in enum class com.vaadin.hilla.crud.filter.PropertyStringFilter.Matcher
H
- handleBrowserConnect(String) - Method in class com.vaadin.hilla.push.PushMessageHandler
-
Called when the browser establishes a new connection.
- handleBrowserDisconnect(String) - Method in class com.vaadin.hilla.push.PushMessageHandler
-
Called when the browser connection has been lost.
- handleMessage(String, AbstractServerMessage, Consumer<AbstractClientMessage>) - Method in class com.vaadin.hilla.push.PushMessageHandler
-
Handles the message.
- hashCode() - Method in record class com.vaadin.hilla.internal.hotswap.HotSwapListener.EndpointChangedEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.hilla.route.records.AvailableViewInfo
-
Returns a hash code value for this object.
- hashCode() - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- hashCode() - Method in record class com.vaadin.hilla.route.records.ClientViewMenuConfig
-
Returns a hash code value for this object.
- hasMainLayout() - Method in class com.vaadin.hilla.route.ClientRouteRegistry
-
Gets whether the registry has a main layout.
- HillaHintsRegistrar - Class in com.vaadin.hilla.springnative
-
Registers runtime hints for Spring 3 native support for Hilla.
- HillaHintsRegistrar() - Constructor for class com.vaadin.hilla.springnative.HillaHintsRegistrar
- HillaStats - Class in com.vaadin.hilla
-
Reports Hilla statistics.
- HillaStats() - Constructor for class com.vaadin.hilla.HillaStats
- HotSwapConfiguration - Class in com.vaadin.hilla.internal.hotswap
- HotSwapConfiguration() - Constructor for class com.vaadin.hilla.internal.hotswap.HotSwapConfiguration
- hotSwapConfigurationProperties() - Method in class com.vaadin.hilla.internal.hotswap.HotSwapConfiguration
- HotSwapConfigurationProperties - Class in com.vaadin.hilla.internal.hotswap
- HotSwapConfigurationProperties() - Constructor for class com.vaadin.hilla.internal.hotswap.HotSwapConfigurationProperties
- HotSwapListener - Interface in com.vaadin.hilla.internal.hotswap
-
The interface that defines the contract for HotSwapListeners.
- HotSwapListener.EndpointChangedEvent - Record Class in com.vaadin.hilla.internal.hotswap
-
The event object that is passed to
endpointChangedmethod. - Hotswapper - Class in com.vaadin.hilla
-
Takes care of updating internals of Hilla that need updates when application classes are updated.
- Hotswapper() - Constructor for class com.vaadin.hilla.Hotswapper
I
- icon() - Method in record class com.vaadin.hilla.route.records.ClientViewMenuConfig
-
Returns the value of the
iconrecord component. - invoke(String, String, ObjectNode, Principal, Function<String, Boolean>) - Method in class com.vaadin.hilla.EndpointInvoker
-
Invoke the given endpoint method with the given parameters if the user has access to do so.
- isAnonymousEndpoint(HttpServletRequest) - Method in class com.vaadin.hilla.EndpointUtil
-
Checks if the given request goes to an anonymous (public) endpoint.
- isAutoRegistered() - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- isCsrfProtectionEnabled() - Method in class com.vaadin.hilla.auth.CsrfChecker
-
Checks if CSRF token checking in endpoints is enabled.
- isEnabled() - Method in class com.vaadin.hilla.internal.hotswap.HotSwapConfigurationProperties
- isEndpointRequest(HttpServletRequest) - Method in class com.vaadin.hilla.EndpointUtil
-
Checks if the request is for an endpoint.
- isExposeServerRoutesToClient() - Method in class com.vaadin.hilla.route.RouteUnifyingConfigurationProperties
- isInUse() - Static method in class com.vaadin.hilla.Hotswapper
- isLazy() - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- isLoginRequired() - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- isRequired(boolean, List<AnnotationExpr>) - Static method in class com.vaadin.hilla.ExplicitNullableTypeChecker
-
Checks if the parsed node should be required (not nullable) in the generated Typescript code based on the list of annotations.
- isRequired(AnnotatedElement, boolean) - Static method in class com.vaadin.hilla.ExplicitNullableTypeChecker
-
Checks if the reflected element should be required (not nullable) in the generated Typescript code based on annotations.
- isRouteAllowed(HttpServletRequest) - Method in class com.vaadin.hilla.route.RouteUtil
-
Checks if the given request is allowed route to the user.
J
- JpaFilterConverter - Class in com.vaadin.hilla.crud
-
Utility class for converting Hilla
Filterspecifications into JPA filter specifications. - JpaFilterConverter() - Constructor for class com.vaadin.hilla.crud.JpaFilterConverter
L
- lazy() - Method in record class com.vaadin.hilla.route.records.AvailableViewInfo
-
Returns the value of the
lazyrecord component. - LESS_THAN - Enum constant in enum class com.vaadin.hilla.crud.filter.PropertyStringFilter.Matcher
- list(Pageable, Filter) - Method in class com.vaadin.hilla.crud.ListRepositoryService
- list(Pageable, Filter) - Method in interface com.vaadin.hilla.crud.ListService
-
Lists objects of the given type using the paging, sorting and filtering options provided in the parameters.
- ListRepositoryService<T,
ID, R extends org.springframework.data.repository.CrudRepository<T, ID> & org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>> - Class in com.vaadin.hilla.crud -
A browser-callable service that delegates list operations to a JPA repository.
- ListRepositoryService() - Constructor for class com.vaadin.hilla.crud.ListRepositoryService
- ListRepositoryService(R) - Constructor for class com.vaadin.hilla.crud.ListRepositoryService
-
Creates the service using the given repository.
- ListService<T> - Interface in com.vaadin.hilla.crud
-
A browser-callable service that can list the given type of object.
- loadLatestDevModeFileRoutesJsonIfNeeded(DeploymentConfiguration) - Method in class com.vaadin.hilla.route.ClientRouteRegistry
M
- markInUse() - Static method in class com.vaadin.hilla.Hotswapper
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class com.vaadin.hilla.FeatureFlagCondition
- menu() - Method in record class com.vaadin.hilla.route.records.AvailableViewInfo
-
Returns the value of the
menurecord component. - menu() - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- modifyIndexHtmlResponse(IndexHtmlResponse) - Method in class com.vaadin.hilla.auth.CsrfIndexHtmlRequestListener
- modifyIndexHtmlResponse(IndexHtmlResponse) - Method in class com.vaadin.hilla.route.RouteUnifyingIndexHtmlRequestListener
- monitorChanges(Path, BrowserLiveReload) - Method in interface com.vaadin.hilla.internal.hotswap.EndpointHotSwapService
-
The method that starts the process for monitoring the changes in endpoints.
N
- Nonnull - Annotation Interface in com.vaadin.hilla
-
Annotation to mark either field, method, parameter or type parameter as non-nullable.
- Nullable - Annotation Interface in com.vaadin.hilla
-
Annotation to mark either field, method, parameter or type parameter as nullable.
O
- of(Flux<T>, Runnable) - Static method in class com.vaadin.hilla.EndpointSubscription
-
Creates a new endpoint subscription.
- onHotswap(Boolean, String[]) - Static method in class com.vaadin.hilla.Hotswapper
-
Called by hot swap solutions when one or more classes have been updated.
- onRequest(AtmosphereResource) - Method in class com.vaadin.hilla.push.PushEndpoint
- onStateChange(AtmosphereResourceEvent) - Method in class com.vaadin.hilla.push.PushEndpoint
- OpenAPIUtil - Class in com.vaadin.hilla
-
Utilities for interacting with the generated openapi.json.
- OpenAPIUtil() - Constructor for class com.vaadin.hilla.OpenAPIUtil
- OPTIONAL - Enum constant in enum class com.vaadin.hilla.route.records.RouteParamType
- order() - Method in record class com.vaadin.hilla.route.records.ClientViewMenuConfig
-
Returns the value of the
orderrecord component. - OrFilter - Class in com.vaadin.hilla.crud.filter
-
A filter that requires at least one of its children to pass.
- OrFilter() - Constructor for class com.vaadin.hilla.crud.filter.OrFilter
P
- PageableMapper - Class in com.vaadin.hilla.endpointransfermapper
- PageableMapper() - Constructor for class com.vaadin.hilla.endpointransfermapper.PageableMapper
- PageMapper - Class in com.vaadin.hilla.endpointransfermapper
-
A mapper between
PageandList. - PageMapper() - Constructor for class com.vaadin.hilla.endpointransfermapper.PageMapper
- process(Set<Class<?>>, ServletContext) - Method in class com.vaadin.hilla.startup.EndpointsValidator
- PropertyStringFilter - Class in com.vaadin.hilla.crud.filter
-
A filter that matches a given property, or nested property path, against a filter value using the specified matcher.
- PropertyStringFilter() - Constructor for class com.vaadin.hilla.crud.filter.PropertyStringFilter
- PropertyStringFilter.Matcher - Enum Class in com.vaadin.hilla.crud.filter
- PropertyStringFilterSpecification<T> - Class in com.vaadin.hilla.crud
- PropertyStringFilterSpecification(PropertyStringFilter, Class<?>) - Constructor for class com.vaadin.hilla.crud.PropertyStringFilterSpecification
- PushConfigurer - Class in com.vaadin.hilla.push
-
Defines the beans needed for push in Hilla.
- PushConfigurer(EndpointProperties) - Constructor for class com.vaadin.hilla.push.PushConfigurer
-
Initializes the configuration for reactive endpoints.
- PushEndpoint - Class in com.vaadin.hilla.push
-
Sets up and configures the push channel.
- PushEndpoint() - Constructor for class com.vaadin.hilla.push.PushEndpoint
- PushMessageHandler - Class in com.vaadin.hilla.push
-
Handles incoming requests from the client and connects them to fluxes returned from endpoints.
- PushMessageHandler(EndpointInvoker) - Constructor for class com.vaadin.hilla.push.PushMessageHandler
-
Creates the instance.
R
- register() - Method in record class com.vaadin.hilla.route.records.AvailableViewInfo
-
Returns the value of the
registerrecord component. - registerClientRoutes(DeploymentConfiguration, LocalDateTime) - Method in class com.vaadin.hilla.route.ClientRouteRegistry
-
Registers client routes from file-routes.json file generated by the file-router's Vite plugin.
- registerEndpoints(URL) - Method in class com.vaadin.hilla.EndpointController
-
Initializes the controller by registering all endpoints found in the OpenApi definition or, as a fallback, in the Spring context.
- registerHints(RuntimeHints, ClassLoader) - Method in class com.vaadin.hilla.springnative.HillaHintsRegistrar
- reportEndpointActive() - Static method in class com.vaadin.hilla.HillaStats
- reportGenericHasFeatures(VaadinService, boolean) - Static method in class com.vaadin.hilla.HillaStats
- reportHasEndpoint() - Static method in class com.vaadin.hilla.HillaStats
- REQUIRED - Enum constant in enum class com.vaadin.hilla.route.records.RouteParamType
- requiresLogin() - Method in record class com.vaadin.hilla.route.records.AvailableViewInfo
-
Returns the value of the
requiresLoginrecord component. - resolveEntityClass() - Method in class com.vaadin.hilla.crud.ListRepositoryService
- rolesAllowed() - Method in record class com.vaadin.hilla.route.records.AvailableViewInfo
-
Returns the value of the
rolesAllowedrecord component. - route() - Method in record class com.vaadin.hilla.route.records.AvailableViewInfo
-
Returns the value of the
routerecord component. - routeParameters() - Method in record class com.vaadin.hilla.route.records.AvailableViewInfo
-
Returns the value of the
routeParametersrecord component. - RouteParamType - Enum Class in com.vaadin.hilla.route.records
-
Represents the type of route parameter for the client side or the server side views
- RouteUnifyingConfiguration - Class in com.vaadin.hilla.route
- RouteUnifyingConfiguration() - Constructor for class com.vaadin.hilla.route.RouteUnifyingConfiguration
- routeUnifyingConfigurationProperties() - Method in class com.vaadin.hilla.route.RouteUnifyingConfiguration
- RouteUnifyingConfigurationProperties - Class in com.vaadin.hilla.route
- RouteUnifyingConfigurationProperties() - Constructor for class com.vaadin.hilla.route.RouteUnifyingConfigurationProperties
- RouteUnifyingIndexHtmlRequestListener - Class in com.vaadin.hilla.route
-
Index HTML request listener for collecting the client side and the server side views and adding them to index.html response.
- RouteUnifyingIndexHtmlRequestListener(ClientRouteRegistry, DeploymentConfiguration, RouteUtil, NavigationAccessControl, ViewAccessChecker, boolean) - Constructor for class com.vaadin.hilla.route.RouteUnifyingIndexHtmlRequestListener
-
Creates a new listener instance with the given route registry.
- RouteUnifyingServiceInitListener - Class in com.vaadin.hilla.startup
-
Service init listener to add the
RouteUnifyingIndexHtmlRequestListenerto the service and to register client routes toClientRouteRegistry. - RouteUnifyingServiceInitListener(ClientRouteRegistry, RouteUtil, RouteUnifyingConfigurationProperties, NavigationAccessControl, ViewAccessChecker) - Constructor for class com.vaadin.hilla.startup.RouteUnifyingServiceInitListener
-
Creates a new instance of the listener.
- RouteUtil - Class in com.vaadin.hilla.route
-
A container for utility methods related with Routes.
- RouteUtil(ClientRouteRegistry) - Constructor for class com.vaadin.hilla.route.RouteUtil
-
Initializes a new instance of the RouteUtil class with the given registry.
S
- save(T) - Method in class com.vaadin.hilla.crud.CrudRepositoryService
- save(T) - Method in interface com.vaadin.hilla.crud.FormService
-
Saves the given object and returns the (potentially) updated object.
- saveAll(Iterable<T>) - Method in class com.vaadin.hilla.crud.CrudRepositoryService
-
Saves the given objects and returns the (potentially) updated objects.
- SCRIPT_STRING - Static variable in class com.vaadin.hilla.route.RouteUnifyingIndexHtmlRequestListener
- serveEndpoint(String, String, ObjectNode, HttpServletRequest) - Method in class com.vaadin.hilla.EndpointController
-
Captures and processes the Vaadin endpoint requests.
- serviceInit(ServiceInitEvent) - Method in class com.vaadin.hilla.startup.CsrfServiceInitListener
- serviceInit(ServiceInitEvent) - Method in class com.vaadin.hilla.startup.EndpointRegistryInitializer
- serviceInit(ServiceInitEvent) - Method in class com.vaadin.hilla.startup.RouteUnifyingServiceInitListener
- setApplicationContext(ApplicationContext) - Method in class com.vaadin.hilla.ApplicationContextProvider
- setAutoRegistered(boolean) - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- setChildren(List<Filter>) - Method in class com.vaadin.hilla.crud.filter.AndFilter
- setChildren(List<Filter>) - Method in class com.vaadin.hilla.crud.filter.OrFilter
- setChildren(List<ClientViewConfig>) - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- setCsrfProtection(boolean) - Method in class com.vaadin.hilla.auth.CsrfChecker
-
Enable or disable CSRF token checking in endpoints.
- setEnabled(boolean) - Method in class com.vaadin.hilla.internal.hotswap.HotSwapConfigurationProperties
- setEndpointName(String) - Method in class com.vaadin.hilla.push.messages.fromclient.SubscribeMessage
- setExposeServerRoutesToClient(boolean) - Method in class com.vaadin.hilla.route.RouteUnifyingConfigurationProperties
- setFilterValue(String) - Method in class com.vaadin.hilla.crud.filter.PropertyStringFilter
-
Sets the filter value to compare against.
- setId(String) - Method in class com.vaadin.hilla.push.messages.fromclient.AbstractServerMessage
- setId(String) - Method in class com.vaadin.hilla.push.messages.toclient.AbstractClientMessage
- setItem(Object) - Method in class com.vaadin.hilla.push.messages.toclient.ClientMessageUpdate
- setLazy(boolean) - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- setLoginRequired(boolean) - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- setMatcher(PropertyStringFilter.Matcher) - Method in class com.vaadin.hilla.crud.filter.PropertyStringFilter
-
Sets the matcher, or operator, to use when comparing the property value to the filter value.
- setMenu(ClientViewMenuConfig) - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- setMethodName(String) - Method in class com.vaadin.hilla.push.messages.fromclient.SubscribeMessage
- setParams(ArrayNode) - Method in class com.vaadin.hilla.push.messages.fromclient.SubscribeMessage
- setParent(ClientViewConfig) - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- setPollInterval(int) - Method in class com.vaadin.hilla.internal.hotswap.HotSwapConfigurationProperties
- setPropertyId(String) - Method in class com.vaadin.hilla.crud.filter.PropertyStringFilter
-
Sets the property, or nested property path, to filter by.
- setRolesAllowed(String[]) - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- setRoute(String) - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- setRouteParameters(Map<String, RouteParamType>) - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- setTitle(String) - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- SortMapper - Class in com.vaadin.hilla.endpointransfermapper
-
A mapper between
SortandSort. - SortMapper() - Constructor for class com.vaadin.hilla.endpointransfermapper.SortMapper
- SubscribeMessage - Class in com.vaadin.hilla.push.messages.fromclient
- SubscribeMessage() - Constructor for class com.vaadin.hilla.push.messages.fromclient.SubscribeMessage
T
- title() - Method in record class com.vaadin.hilla.route.records.AvailableViewInfo
-
Returns the value of the
titlerecord component. - title() - Method in record class com.vaadin.hilla.route.records.ClientViewMenuConfig
-
Returns the value of the
titlerecord component. - toEndpointType(Pageable) - Method in class com.vaadin.hilla.endpointransfermapper.PageableMapper
- toEndpointType(Sort) - Method in class com.vaadin.hilla.endpointransfermapper.SortMapper
- toEndpointType(Object, Class<T>) - Method in class com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper
-
Converts the given object from its transfer type to the given endpoint type.
- toEndpointType(String) - Method in class com.vaadin.hilla.endpointransfermapper.UUIDMapper
- toEndpointType(List<?>) - Method in class com.vaadin.hilla.endpointransfermapper.PageMapper
- toEndpointType(TRANSFERTYPE) - Method in interface com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper.Mapper
-
Converts the given transfer value to the endpoint type.
- toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - Method in class com.vaadin.hilla.crud.PropertyStringFilterSpecification
- toSpec(Filter) - Method in class com.vaadin.hilla.crud.ListRepositoryService
-
Converts the given filter to a JPA specification.
- toSpec(Filter, Class<T>) - Method in class com.vaadin.hilla.crud.JpaFilterConverter
-
Converts the given Hilla filter specification into a JPA filter specification for the specified entity class.
- toString() - Method in class com.vaadin.hilla.crud.filter.AndFilter
- toString() - Method in class com.vaadin.hilla.crud.filter.OrFilter
- toString() - Method in class com.vaadin.hilla.crud.filter.PropertyStringFilter
- toString() - Method in record class com.vaadin.hilla.internal.hotswap.HotSwapListener.EndpointChangedEvent
-
Returns a string representation of this record class.
- toString() - Method in class com.vaadin.hilla.push.messages.toclient.ClientMessageComplete
- toString() - Method in class com.vaadin.hilla.push.messages.toclient.ClientMessageError
- toString() - Method in class com.vaadin.hilla.push.messages.toclient.ClientMessageUpdate
- toString() - Method in record class com.vaadin.hilla.route.records.AvailableViewInfo
-
Returns a string representation of this record class.
- toString() - Method in class com.vaadin.hilla.route.records.ClientViewConfig
- toString() - Method in record class com.vaadin.hilla.route.records.ClientViewMenuConfig
-
Returns a string representation of this record class.
- toTransferType(ENDPOINTTYPE) - Method in interface com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper.Mapper
-
Converts the given endpoint value to the transfer type.
- toTransferType(Object) - Method in class com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper
-
Converts the given object from its endpoint type to its transfer type.
- toTransferType(UUID) - Method in class com.vaadin.hilla.endpointransfermapper.UUIDMapper
- toTransferType(Page<?>) - Method in class com.vaadin.hilla.endpointransfermapper.PageMapper
- toTransferType(Pageable) - Method in class com.vaadin.hilla.endpointransfermapper.PageableMapper
- toTransferType(Sort) - Method in class com.vaadin.hilla.endpointransfermapper.SortMapper
U
- UnsubscribeMessage - Class in com.vaadin.hilla.push.messages.fromclient
- UnsubscribeMessage() - Constructor for class com.vaadin.hilla.push.messages.fromclient.UnsubscribeMessage
- update() - Method in class com.vaadin.hilla.EndpointCodeGenerator
-
Re-generates the endpoint TypeScript and re-registers the endpoints in Java.
- UUIDMapper - Class in com.vaadin.hilla.endpointransfermapper
- UUIDMapper() - Constructor for class com.vaadin.hilla.endpointransfermapper.UUIDMapper
V
- validateCsrfTokenInRequest(HttpServletRequest) - Method in class com.vaadin.hilla.auth.CsrfChecker
-
Validates the CSRF token that is included in the request.
- ValidationErrorData(String) - Constructor for class com.vaadin.hilla.exception.EndpointValidationException.ValidationErrorData
-
Creates a validation error data object.
- ValidationErrorData(String, String) - Constructor for class com.vaadin.hilla.exception.EndpointValidationException.ValidationErrorData
-
Creates a validation error data object.
- ValidationErrorData(String, String, String) - Constructor for class com.vaadin.hilla.exception.EndpointValidationException.ValidationErrorData
-
Creates a validation error data object.
- value() - Element in annotation interface com.vaadin.hilla.ConditionalOnFeatureFlag
-
The id of the feature flag needed for the condition to be true.
- value() - Element in annotation interface com.vaadin.hilla.Endpoint
-
The name of an endpoint to use.
- valueOf(String) - Static method in enum class com.vaadin.hilla.crud.filter.PropertyStringFilter.Matcher
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.hilla.route.records.RouteParamType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vaadin.hilla.crud.filter.PropertyStringFilter.Matcher
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.hilla.route.records.RouteParamType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WILDCARD - Enum constant in enum class com.vaadin.hilla.route.records.RouteParamType
- withFilterTransformation(Function<PropertyStringFilter, PropertyStringFilter>) - Method in class com.vaadin.hilla.crud.filter.FilterTransformer
-
Declares a function that will be applied to all
PropertyStringFilterinstances, allowing any kind of customization, including a replacement of the filter itself. - withMapping(String, String) - Method in class com.vaadin.hilla.crud.filter.FilterTransformer
-
Declares a mapping from one property name to another.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form