Package dev.morphia.mapping.conventions
Interface MorphiaConvention
-
- All Known Implementing Classes:
ConfigureProperties,FieldDiscovery,MethodDiscovery,MorphiaDefaultsConvention
public interface MorphiaConventionApplies certain conventions specific for Morphia
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(Mapper mapper, EntityModelBuilder builder)This method applies this Convention to the given builder
-
-
-
Method Detail
-
apply
void apply(Mapper mapper, EntityModelBuilder builder)
This method applies this Convention to the given builder- Parameters:
mapper-builder- the builder to apply the convention to
-
-