Class AbstractDekorateFeature
java.lang.Object
io.micronaut.starter.feature.dekorate.AbstractDekorateFeature
- All Implemented Interfaces:
- io.micronaut.core.naming.Described,- io.micronaut.core.naming.Named,- io.micronaut.core.order.Ordered,- Feature
- Direct Known Subclasses:
- AbstractDekoratePlatformFeature,- AbstractDekorateServiceFeature
Abstract implementation of Dekorate feature.
- Since:
- 2.0
- Author:
- Pavol Gressa
- 
Field SummaryFields inherited from interface io.micronaut.core.order.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription@Nullable StringgetFrameworkDocumentation(GeneratorContext generatorContext) booleanMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.DescribedgetDescriptionMethods inherited from interface io.micronaut.projectgen.core.feature.Featureapply, getDescription, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isVisible, processSelectedFeatures, supports
- 
Constructor Details- 
AbstractDekorateFeaturepublic AbstractDekorateFeature()
 
- 
- 
Method Details- 
getCategory- Specified by:
- getCategoryin interface- Feature
- Returns:
- The Category to which the feature belongs to.
 
- 
isPreviewpublic boolean isPreview()
- 
getFrameworkDocumentation- Specified by:
- getFrameworkDocumentationin interface- Feature
- Parameters:
- generatorContext- Generator Context
- Returns:
- Returns a link to Framework documentation about the feature. eg. https://micronaut-projects.github.io/micronaut-cache/latest/guide/index.html#hazelcast
 
 
-