JavaScript is disabled on your browser.
 
All Superinterfaces: 
io.micronaut.core.naming.Described, Feature , io.micronaut.core.naming.Named, OneOfFeature , io.micronaut.core.order.Ordered 
 
All Known Subinterfaces: 
DataDocumentFeature  
 
All Known Implementing Classes: 
DataAzureCosmosFeature , DataHibernateReactive , DataJdbc , DataJpa , DataMongo , DataMongoFeature , DataMongoReactive , DataR2dbc  
 
 
 
Field Summary 
Fields 
Fields inherited from interface io.micronaut.core.order.Ordered 
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
 
Method Summary 
All Methods Static Methods Instance Methods Default Methods 
 
 
 
 
 
default boolean
This method must be implemented to ensure it is only selectable for the desired
 application types.
 
 
 
 
Methods inherited from interface io.micronaut.core.naming.Described 
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature  
apply , getDescription , getMicronautDocumentation , getName , getOrder , getThirdPartyDocumentation , getTitle , isCommunity , isPreview , isVisible , processSelectedFeatures  
 
 
 
 
Field Details 
SCHEMA_GENERATE_KEY 
static final  String   SCHEMA_GENERATE_KEY  
See Also: 
 
 
 
 
MICRONAUT_DATA_VERSION 
static final  String   MICRONAUT_DATA_VERSION  
See Also: 
 
 
 
 
 
 
 
Method Details 
 
 
 
 
supports 
Description copied from interface: Feature   
This method must be implemented to ensure it is only selectable for the desired
 application types. This method is not used for determining if a default feature
 should be applied.
Specified by: 
supports  in interface Feature  
Parameters: 
applicationType - The application type 
Returns: 
True if the feature can be selected by the user