Class DataMongo
java.lang.Object
io.micronaut.starter.feature.testresources.EaseTestingFeature
io.micronaut.starter.feature.database.DataMongoFeature
io.micronaut.starter.feature.database.DataMongo
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, DataDocumentFeature, DataFeature, MongoContributingTestContainerDependency, Feature, OneOfFeature, ContributingTestContainerDependency
@Requires(property="micronaut.starter.feature.data.mongodb.enabled",
value="true",
defaultValue="true")
@Singleton
public class DataMongo
extends DataMongoFeature
Add support for Micronaut Data MongoDB.
- Author:
- graemerocher
-
Field Summary
FieldsFields inherited from interface ContributingTestContainerDependency
TESTCONTAINERS_GROUP_IDFields inherited from interface DataDocumentFeature
MICRONAUT_DATA_DOCUMENT_PROCESSOR_ARTIFACTFields inherited from interface DataFeature
MICRONAUT_DATA_VERSION, SCHEMA_GENERATE_KEYFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionDataMongo(Data data, TestContainers testContainers, TestResources testResources) -
Method Summary
Methods inherited from class DataMongoFeature
apply, getMicronautDocumentation, getThirdPartyDocumentation, processSelectedFeaturesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataFeature
getCategory, getDatasourceConfig, getFeatureClass, supportsMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getOrder, isCommunity, isPreview, isVisibleMethods inherited from interface MongoContributingTestContainerDependency
testContainersDependencies
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
DataMongo
-
-
Method Details
-
getName
-
getDescription
-
getTitle
- Returns:
- The title of the feature
-
mongoArtifact
- Specified by:
mongoArtifactin classDataMongoFeature
-