Package dev.morphia.mapping.conventions
Class FieldDiscovery
- java.lang.Object
-
- dev.morphia.mapping.conventions.FieldDiscovery
-
- All Implemented Interfaces:
MorphiaConvention
public class FieldDiscovery extends Object implements MorphiaConvention
-
-
Constructor Summary
Constructors Constructor Description FieldDiscovery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Datastore datastore, EntityModelBuilder builder)
This method applies this Convention to the given builder
-
-
-
Method Detail
-
apply
public void apply(Datastore datastore, EntityModelBuilder builder)
Description copied from interface:MorphiaConvention
This method applies this Convention to the given builder- Specified by:
apply
in interfaceMorphiaConvention
- Parameters:
datastore
- the datastore to usebuilder
- the builder to apply the convention to
-
-