Package com.vaadin.hilla.engine
Class EngineConfiguration
java.lang.Object
com.vaadin.hilla.engine.EngineConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Functional interface for finding browser-callable classes.static final class
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic EngineConfiguration
List<Class<? extends Annotation>>
List<Class<? extends Annotation>>
boolean
static void
setDefault
(EngineConfiguration config)
-
Field Details
-
OPEN_API_PATH
- See Also:
-
-
Method Details
-
getClasspath
-
getGroupId
-
getArtifactId
-
getMainClass
-
getBuildDir
-
getBaseDir
-
getClassesDirs
-
getGenerator
-
getOutputDir
-
getParser
-
isProductionMode
public boolean isProductionMode() -
getNodeCommand
-
getClassFinder
-
getEndpointAnnotations
-
getEndpointExposedAnnotations
-
getOpenAPIFile
-
getBrowserCallableFinder
-
getDefault
-
setDefault
-