Uses of Class
com.vaadin.hilla.engine.EngineAutoConfiguration
Packages that use EngineAutoConfiguration
-
Uses of EngineAutoConfiguration in com.vaadin.hilla
Methods in com.vaadin.hilla with parameters of type EngineAutoConfigurationModifier and TypeMethodDescriptionEndpointCodeGenerator.findBrowserCallables(EngineAutoConfiguration engineConfiguration, org.springframework.context.ApplicationContext applicationContext) Finds all beans in the application context that have a browser callable annotation. -
Uses of EngineAutoConfiguration in com.vaadin.hilla.engine
Methods in com.vaadin.hilla.engine that return EngineAutoConfigurationModifier and TypeMethodDescriptionEngineAutoConfiguration.Builder.build()static EngineAutoConfigurationEngineAutoConfiguration.getDefault()Methods in com.vaadin.hilla.engine with parameters of type EngineAutoConfigurationModifier and TypeMethodDescriptionAotBrowserCallableFinder.find(EngineAutoConfiguration engineConfiguration) Finds the classes annotated with the endpoint annotations.BrowserCallableFinder.find(EngineAutoConfiguration engineConfiguration) Finds and returns a list of browser-callable classes based on the provided configuration.LookupBrowserCallableFinder.find(EngineAutoConfiguration engineConfiguration) Implements theBrowserCallableFinderinterface.static voidEngineAutoConfiguration.setDefault(EngineAutoConfiguration config) Constructors in com.vaadin.hilla.engine with parameters of type EngineAutoConfiguration