Class X86
java.lang.Object
io.micronaut.starter.feature.architecture.X86
- All Implemented Interfaces:
io.micronaut.core.naming.Described,io.micronaut.core.naming.Named,io.micronaut.core.order.Ordered,Feature,OneOfFeature,CpuArchitecture
@Requires(property="micronaut.starter.feature.x86.enabled",
value="true",
defaultValue="true")
@Singleton
public class X86
extends Object
implements CpuArchitecture
Represents the x86 CPU architecture feature.
This feature can be used in conjunction with
Cdk and AwsLambda
to generate infrastructure targeting the x86 architecture for AWS Lambda.
Implements the CpuArchitecture interface.-
Field Summary
FieldsFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.starter.feature.architecture.CpuArchitecture
getCategory, getFeatureClassMethods 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
-
NAME
- See Also:
-
-
Constructor Details
-
X86
public X86()
-
-
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
-