Class Application
java.lang.Object
io.micronaut.starter.analytics.postgres.Application
Models a generated application.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Constructor Summary
ConstructorsConstructorDescriptionApplication
(ApplicationType type, Language language, BuildTool buildTool, TestFramework testFramework, JdkVersion jdkVersion, @NotBlank String micronautVersion) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
@NotBlank String
getType()
void
setDateCreated
(LocalDateTime dateCreated) void
setFeatures
(Set<Feature> features) void
-
Constructor Details
-
Application
@Creator public Application(@NonNull ApplicationType type, @NonNull Language language, @NonNull BuildTool buildTool, @NonNull TestFramework testFramework, @NonNull JdkVersion jdkVersion, @NonNull @NotBlank @NotBlank String micronautVersion)
-
-
Method Details
-
getType
- Returns:
- The type
-
getLanguage
- Returns:
- The language
-
getBuildTool
- Returns:
- The build tool
-
getTestFramework
- Returns:
- The test framework
-
getJdkVersion
- Returns:
- The JDK version
-
getId
- Returns:
- The id
-
setId
-
getFeatures
- Returns:
- The features
-
setFeatures
-
getDateCreated
- Returns:
- The date created
-
setDateCreated
-
getMicronautVersion
- Returns:
- The Micronaut version
-