Class RunTimeConfigurationGenerator.GenerateOperation.Builder
java.lang.Object
io.quarkus.deployment.configuration.RunTimeConfigurationGenerator.GenerateOperation.Builder
- Enclosing class:
RunTimeConfigurationGenerator.GenerateOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()(package private) BuildTimeConfigurationReader.ReadResult(package private) io.quarkus.gizmo.ClassOutputio.quarkus.runtime.LaunchModesetBuildTimeReadResult(BuildTimeConfigurationReader.ReadResult buildTimeReadResult) setClassOutput(io.quarkus.gizmo.ClassOutput classOutput) setLaunchMode(io.quarkus.runtime.LaunchMode launchMode)
-
Constructor Details
-
Builder
Builder()
-
-
Method Details
-
getLaunchMode
public io.quarkus.runtime.LaunchMode getLaunchMode() -
setLaunchMode
public RunTimeConfigurationGenerator.GenerateOperation.Builder setLaunchMode(io.quarkus.runtime.LaunchMode launchMode) -
getClassOutput
io.quarkus.gizmo.ClassOutput getClassOutput() -
setClassOutput
public RunTimeConfigurationGenerator.GenerateOperation.Builder setClassOutput(io.quarkus.gizmo.ClassOutput classOutput) -
getBuildTimeReadResult
BuildTimeConfigurationReader.ReadResult getBuildTimeReadResult() -
setBuildTimeReadResult
public RunTimeConfigurationGenerator.GenerateOperation.Builder setBuildTimeReadResult(BuildTimeConfigurationReader.ReadResult buildTimeReadResult) -
build
-