Uses of Class
dev.hilla.EndpointRegistry
-
Packages that use EndpointRegistry Package Description dev.hilla -
-
Uses of EndpointRegistry in dev.hilla
Methods in dev.hilla that return EndpointRegistry Modifier and Type Method Description EndpointRegistryEndpointControllerConfiguration. endpointRegistry(EndpointNameChecker endpointNameChecker)Registers the endpoint registry.Methods in dev.hilla with parameters of type EndpointRegistry Modifier and Type Method Description EndpointInvokerEndpointControllerConfiguration. endpointInvoker(org.springframework.context.ApplicationContext applicationContext, com.fasterxml.jackson.databind.ObjectMapper vaadinEndpointMapper, ExplicitNullableTypeChecker explicitNullableTypeChecker, javax.servlet.ServletContext servletContext, EndpointRegistry endpointRegistry)Registers the endpoint invoker.Constructors in dev.hilla with parameters of type EndpointRegistry Constructor Description EndpointController(org.springframework.context.ApplicationContext context, EndpointRegistry endpointRegistry, EndpointInvoker endpointInvoker, CsrfChecker csrfChecker)A constructor used to initialize the controller.EndpointInvoker(org.springframework.context.ApplicationContext applicationContext, com.fasterxml.jackson.databind.ObjectMapper vaadinEndpointMapper, ExplicitNullableTypeChecker explicitNullableTypeChecker, javax.servlet.ServletContext servletContext, EndpointRegistry endpointRegistry)Creates an instance of this bean.
-