Class GraalVM
java.lang.Object
io.micronaut.starter.feature.graalvm.GraalVM
- All Implemented Interfaces:
io.micronaut.core.naming.Described,io.micronaut.core.naming.Named,io.micronaut.core.order.Ordered,Feature
@Requires(property="micronaut.starter.feature.graalvm.enabled",
value="true",
defaultValue="true")
@Singleton
public class GraalVM
extends Object
implements Feature
Feature for adding support to build GraalVM Native Images in Micronaut projects.
-
Field Summary
FieldsFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()The name of the feature.getTitle()static Dependency.BuilderDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface io.micronaut.projectgen.core.feature.Feature
apply, getFrameworkDocumentation, getOrder, getThirdPartyDocumentation, isCommunity, isPreview, isVisible, processSelectedFeatures, supports
-
Field Details
-
FEATURE_NAME_GRAALVM
- See Also:
-
ARTIFACT_ID_MICRONAUT_GRAALVM
- See Also:
-
-
Constructor Details
-
GraalVM
public GraalVM()
-
-
Method Details
-
getName
Description copied from interface:FeatureThe name of the feature. It must be unique. -
getTitle
-
getDescription
- Specified by:
getDescriptionin interfaceio.micronaut.core.naming.Described- Specified by:
getDescriptionin interfaceFeature
-
getCategory
- Specified by:
getCategoryin interfaceFeature- Returns:
- The Category to which the feature belongs to.
-
micronautGraalVM
Deprecated, for removal: This API element is subject to removal in a future version.
-