Uses of Enum Class
org.springframework.data.mapping.AccessOptions.GetOptions.GetNulls
-
Uses of AccessOptions.GetOptions.GetNulls in org.springframework.data.mapping
Modifier and TypeMethodDescriptionAccessOptions.GetOptions.getNullValues()
Returns the enum constant of this class with the specified name.static AccessOptions.GetOptions.GetNulls[]
AccessOptions.GetOptions.GetNulls.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAccessOptions.GetOptions.withNullValues
(AccessOptions.GetOptions.GetNulls nullValues) ModifierConstructorDescriptionGetOptions
(Map<PersistentProperty<?>, Function<Object, Object>> handlers, AccessOptions.GetOptions.GetNulls nullValues)