Package com.vaadin.hilla.engine
Class EngineAutoConfiguration.Builder
java.lang.Object
com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
- Enclosing class:
- EngineAutoConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactId(String value) build()classesDirs(List<Path> values) classFinder(com.vaadin.flow.server.frontend.scanner.ClassFinder value) classLoader(ClassLoader 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
-
productionMode
-
nodeCommand
-
classFinder
public EngineAutoConfiguration.Builder classFinder(com.vaadin.flow.server.frontend.scanner.ClassFinder value) -
classLoader
-
endpointAnnotations
-
endpointExposedAnnotations
public EngineAutoConfiguration.Builder endpointExposedAnnotations(Class<? extends Annotation>... value) -
withDefaultAnnotations
-