Package com.vaadin.hilla.engine
Class EngineConfiguration.Builder
java.lang.Object
com.vaadin.hilla.engine.EngineConfiguration.Builder
- Enclosing class:
- EngineConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactId
(String value) build()
classesDirs
(List<Path> values) classFinder
(ClassFinder value) classpath
(Collection<String> value) endpointAnnotations
(Class<? extends Annotation>... value) endpointExposedAnnotations
(Class<? extends Annotation>... value) generator
(GeneratorConfiguration value) nodeCommand
(String value) parser
(ParserConfiguration value) productionMode
(boolean value)
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
baseDir
-
buildDir
-
buildDir
-
classesDirs
-
classpath
-
build
-
generator
-
outputDir
-
outputDir
-
parser
-
groupId
-
artifactId
-
mainClass
-
browserCallableFinder
public EngineConfiguration.Builder browserCallableFinder(EngineConfiguration.BrowserCallableFinder finder) -
productionMode
-
nodeCommand
-
classFinder
-
endpointAnnotations
-
endpointExposedAnnotations
-
withDefaultAnnotations
-