Uses of Class
dev.morphia.mapping.DateStorage
-
Packages that use DateStorage Package Description dev.morphia.mapping -
-
Uses of DateStorage in dev.morphia.mapping
Methods in dev.morphia.mapping that return DateStorage Modifier and Type Method Description DateStorageMapperOptions. getDateStorage()static DateStorageDateStorage. valueOf(String name)Returns the enum constant of this type with the specified name.static DateStorage[]DateStorage. values()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 DateStorage Modifier and Type Method Description MapperOptions.BuilderMapperOptions.Builder. dateForm(DateStorage dateStorage)Deprecated.useMapperOptions.Builder.dateStorage(DateStorage)instead.MapperOptions.BuilderMapperOptions.Builder. dateStorage(DateStorage dateStorage)The default value for this isUTC.
-