@Singleton public class Netty extends AbstractMicronautServerFeature implements DefaultFeature
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEPROPERTY_MICRONAUT_RUNTIME| Constructor and Description |
|---|
Netty() |
| Modifier and Type | Method and Description |
|---|---|
void |
doApply(GeneratorContext generatorContext) |
java.lang.String |
getDescription() |
java.lang.String |
getName()
The name of the feature.
|
java.lang.String |
getTitle() |
java.lang.String |
resolveMicronautRuntime(GeneratorContext generatorContext) |
boolean |
shouldApply(ApplicationType applicationType,
Options options,
java.util.Set<Feature> selectedFeatures)
Determines if the feature should be applied to the project.
|
applyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, getCategory, getMicronautDocumentation, getOrder, getThirdPartyDocumentation, isCommunity, isPreview, isVisible, processSelectedFeatures, supportsgetCategory, getFeatureClass, supportspublic java.lang.String getName()
Featurepublic java.lang.String getTitle()
public java.lang.String getDescription()
getDescription in interface io.micronaut.core.naming.DescribedgetDescription in interface Featurepublic boolean shouldApply(ApplicationType applicationType, Options options, java.util.Set<Feature> selectedFeatures)
DefaultFeatureshouldApply in interface DefaultFeatureapplicationType - The application typeoptions - The optionsselectedFeatures - The features manually selected by the userpublic void doApply(GeneratorContext generatorContext)
doApply in class AbstractMicronautServerFeature@NonNull
public java.lang.String resolveMicronautRuntime(@NonNull
GeneratorContext generatorContext)
resolveMicronautRuntime in interface MicronautRuntimeFeature