- All Known Implementing Classes:
ApplicationCreatorDefault
Implementors of this contract are responsible for creating the
Application
instance.
This is used by Injection maven-plugin.-
Method Summary
Modifier and TypeMethodDescriptionio.helidon.inject.tools.ApplicationCreatorResponse
createApplication
(io.helidon.inject.tools.ApplicationCreatorRequest request) Used to create theApplication
source for the entire application / assembly.
-
Method Details
-
createApplication
io.helidon.inject.tools.ApplicationCreatorResponse createApplication(io.helidon.inject.tools.ApplicationCreatorRequest request) Used to create theApplication
source for the entire application / assembly.- Parameters:
request
- the request for what to generate- Returns:
- the result from the create operation
-