@Singleton public class Properties extends java.lang.Object implements ConfigurationFeature
| Constructor and Description | 
|---|
Properties()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.function.Function<Configuration,Template> | 
createTemplate()  | 
java.lang.String | 
getDescription()  | 
java.lang.String | 
getName()
The name of the feature. 
 | 
int | 
getOrder()
The order of a feature controls the order in which it applies. 
 | 
java.lang.String | 
getTitle()  | 
boolean | 
supports(ApplicationType applicationType)
This method must be implemented to ensure it is only selectable for the desired
 application types. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, getCategory, getFeatureClassgetMicronautDocumentation, getThirdPartyDocumentation, isCommunity, isPreview, isVisible, processSelectedFeaturespublic 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 int getOrder()
FeatureFeaturePhase
 for a list of phases to choose from.public java.util.function.Function<Configuration,Template> createTemplate()
createTemplate in interface ConfigurationFeaturepublic boolean supports(ApplicationType applicationType)
Feature