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, JvmFeature, MicronautRuntimeFeature, OneOfFeature, ServerFeature
@Singleton
public class MicronautHttpServerJdk
extends AbstractMicronautServerFeature
implements JvmFeature
-
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
apply, getOrder, isCommunity, isPreview, isVisible, processSelectedFeatures, supports, supportsMethods inherited from interface JvmFeature
supports, supports, supportsMethods inherited from interface MicronautRuntimeFeature
addMicronautRuntimeBuildPropertyMethods inherited from interface ServerFeature
getCategory, getFeatureClass, supports
-
Constructor Details
-
MicronautHttpServerJdk
public MicronautHttpServerJdk()
-
-
Method Details
-
getName
-
getTitle
-
getDescription
- Specified by:
getDescriptionin interfaceio.micronaut.core.naming.Described- Specified by:
getDescriptionin interfaceFeature
-
getMicronautDocumentation
- Specified by:
getMicronautDocumentationin interfaceFeature- Returns:
- Returns a link to Micronaut documentation about the feature. eg. https://micronaut-projects.github.io/micronaut-cache/latest/guide/index.html#hazelcast
-
getThirdPartyDocumentation
- Specified by:
getThirdPartyDocumentationin interfaceFeature- Returns:
- Returns a link to third party. E.g. https://hazelcast.org
-
doApply
- Specified by:
doApplyin classAbstractMicronautServerFeature
-
resolveMicronautRuntime
- Specified by:
resolveMicronautRuntimein interfaceMicronautRuntimeFeature
-