Uses of Class
dev.morphia.mapping.MapperOptions.PropertyDiscovery
-
Packages that use MapperOptions.PropertyDiscovery Package Description dev.morphia.config Configuration related typesdev.morphia.mapping -
-
Uses of MapperOptions.PropertyDiscovery in dev.morphia.config
Methods in dev.morphia.config that return MapperOptions.PropertyDiscovery Modifier and Type Method Description MapperOptions.PropertyDiscoveryManualMorphiaConfig. propertyDiscovery()MapperOptions.PropertyDiscoveryMapperOptionsWrapper. propertyDiscovery()MapperOptions.PropertyDiscoveryMorphiaConfig. propertyDiscovery()Determines how properties are discovered.Methods in dev.morphia.config with parameters of type MapperOptions.PropertyDiscovery Modifier and Type Method Description default MorphiaConfigMorphiaConfig. propertyDiscovery(MapperOptions.PropertyDiscovery value)Updates this configuration with a new value and returns a new instance. -
Uses of MapperOptions.PropertyDiscovery in dev.morphia.mapping
Methods in dev.morphia.mapping that return MapperOptions.PropertyDiscovery Modifier and Type Method Description MapperOptions.PropertyDiscoveryMapperOptions. propertyDiscovery()Deprecated, for removal: This API element is subject to removal in a future version.3.0 will evaluate both field and getter/setters for annotation so this setting becomes vestigialstatic MapperOptions.PropertyDiscoveryMapperOptions.PropertyDiscovery. valueOf(String name)Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static MapperOptions.PropertyDiscovery[]MapperOptions.PropertyDiscovery. values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.morphia.mapping with parameters of type MapperOptions.PropertyDiscovery Modifier and Type Method Description MapperOptions.BuilderMapperOptions.Builder. propertyDiscovery(MapperOptions.PropertyDiscovery discovery)Deprecated, for removal: This API element is subject to removal in a future version.3.0 will evaluate both field and getter/setters for annotation so this setting becomes vestigial
-