We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.hilla.engine.
Package com.vaadin.hilla.engine
Class AotBrowserCallableFinder
java.lang.Object
com.vaadin.hilla.engine.AotBrowserCallableFinder
Finds browser callables (endpoints) in a non-running Hilla application, using Spring AOT to detect available beans and select those who are annotated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind
(EngineAutoConfiguration engineConfiguration) Finds the classes annotated with the endpoint annotations.
-
Constructor Details
-
AotBrowserCallableFinder
public AotBrowserCallableFinder()
-
-
Method Details
-
find
public static List<Class<?>> find(EngineAutoConfiguration engineConfiguration) throws BrowserCallableFinderException Finds the classes annotated with the endpoint annotations.
Parameters:
engineConfiguration
- the engine configurationReturns:
the list of classes annotated with the endpoint annotations
Throws:
BrowserCallableFinderException
- if an error occurs while finding the browser callables
-