Uses of Class
dev.morphia.mapping.MapperOptions
-
Packages that use MapperOptions Package Description dev.morphia.converters dev.morphia.mapping -
-
Uses of MapperOptions in dev.morphia.converters
Methods in dev.morphia.converters with parameters of type MapperOptions Modifier and Type Method Description voidConverters. toDBObject(java.lang.Object containingObject, MappedField mf, com.mongodb.DBObject dbObj, MapperOptions opts)Converts an entity to a DBObject -
Uses of MapperOptions in dev.morphia.mapping
Methods in dev.morphia.mapping that return MapperOptions Modifier and Type Method Description MapperOptionsMapperOptions.Builder. build()MapperOptionsMapper. getOptions()Deprecated.Methods in dev.morphia.mapping with parameters of type MapperOptions Modifier and Type Method Description static MapperOptions.BuilderMapperOptions. builder(MapperOptions original)voidMapper. setOptions(MapperOptions options)Deprecated.Sets the options this Mapper should useConstructors in dev.morphia.mapping with parameters of type MapperOptions Constructor Description DefaultCreator(MapperOptions options)Creates a new DefaultCreator with optionsMapper(MapperOptions opts)Deprecated.Creates a Mapper with the given options.Mapper(MapperOptions options, Mapper mapper)Deprecated.Creates a new Mapper with the given options and a Mapper to copy.MapperOptions(MapperOptions options)Deprecated.use the Builder instead
-