Uses of Class
dev.morphia.mapping.MapperOptions
-
Packages that use MapperOptions Package Description dev.morphia dev.morphia.config Configuration related typesdev.morphia.mapping -
-
Uses of MapperOptions in dev.morphia
Methods in dev.morphia with parameters of type MapperOptions Modifier and Type Method Description static DatastoreMorphia. createDatastore(MongoClient mongoClient, String dbName, MapperOptions options)It is best to use a Mongo singleton instance here.static DatastoreMorphia. createDatastore(String dbName, MapperOptions options)Creates a Datastore -
Uses of MapperOptions in dev.morphia.config
Methods in dev.morphia.config with parameters of type MapperOptions Modifier and Type Method Description static StringMorphiaConfigHelper. dumpConfigurationFile(MapperOptions options, String database, boolean showComplete)Logs the configuration file form of the MapperOptions without default values listed.Constructors in dev.morphia.config with parameters of type MapperOptions Constructor Description MapperOptionsWrapper(MapperOptions options, String database) -
Uses of MapperOptions in dev.morphia.mapping
Fields in dev.morphia.mapping declared as MapperOptions Modifier and Type Field Description static MapperOptionsMapperOptions. DEFAULTMethods in dev.morphia.mapping that return MapperOptions Modifier and Type Method Description MapperOptionsMapperOptions.Builder. build()Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.no longer used
-