Class Jetty
java.lang.Object
io.micronaut.starter.feature.server.AbstractMicronautServerFeature
io.micronaut.starter.feature.server.Jetty
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,Feature
,MicronautRuntimeFeature
,OneOfFeature
,ServerFeature
-
Field Summary
Fields inherited from interface io.micronaut.starter.feature.MicronautRuntimeFeature
PROPERTY_MICRONAUT_RUNTIME
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doApply
(GeneratorContext generatorContext) getName()
The name of the feature.getTitle()
@NonNull String
resolveMicronautRuntime
(@NonNull GeneratorContext generatorContext) Methods inherited from class io.micronaut.starter.feature.server.AbstractMicronautServerFeature
apply
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
getOrder, getThirdPartyDocumentation, isCommunity, isPreview, isVisible, processSelectedFeatures
Methods inherited from interface io.micronaut.starter.feature.MicronautRuntimeFeature
addMicronautRuntimeBuildProperty
Methods inherited from interface io.micronaut.starter.feature.server.ServerFeature
getCategory, getFeatureClass, supports
-
Constructor Details
-
Jetty
public Jetty()
-
-
Method Details
-
getName
Description copied from interface:Feature
The name of the feature. It must be unique.- Returns:
- the name of the feature
-
getTitle
- Returns:
- The title of the feature
-
getDescription
-
getMicronautDocumentation
- Returns:
- Returns a link to Micronaut documentation about the feature. eg. https://micronaut-projects.github.io/micronaut-cache/latest/guide/index.html#hazelcast
-
doApply
- Specified by:
doApply
in classAbstractMicronautServerFeature
-
resolveMicronautRuntime
@NonNull public @NonNull String resolveMicronautRuntime(@NonNull @NonNull GeneratorContext generatorContext)
-