Package dev.morphia.mapping.conventions
Class MethodDiscovery
- java.lang.Object
-
- dev.morphia.mapping.conventions.MethodDiscovery
-
- All Implemented Interfaces:
MorphiaConvention
public class MethodDiscovery extends Object implements MorphiaConvention
-
-
Constructor Summary
Constructors Constructor Description MethodDiscovery()
-
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
-
-