Class MicronautHttpServerJdk
java.lang.Object
io.micronaut.starter.feature.server.AbstractMicronautServerFeature
io.micronaut.starter.feature.server.MicronautHttpServerJdk
- 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 MicronautRuntimeFeature
PROPERTY_MICRONAUT_RUNTIMEFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoApply(GeneratorContext generatorContext) getName()The name of the feature.getTitle()resolveMicronautRuntime(GeneratorContext generatorContext) Methods inherited from class AbstractMicronautServerFeature
applyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getOrder, isCommunity, isPreview, isVisible, processSelectedFeaturesMethods inherited from interface MicronautRuntimeFeature
addMicronautRuntimeBuildPropertyMethods inherited from interface ServerFeature
getCategory, getFeatureClass, supports
-
Constructor Details
-
MicronautHttpServerJdk
public MicronautHttpServerJdk()
-
-
Method Details
-
getName
-
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
-
getThirdPartyDocumentation
- Returns:
- Returns a link to third party. E.g. https://hazelcast.org
-
doApply
- Specified by:
doApplyin classAbstractMicronautServerFeature
-
resolveMicronautRuntime
-