Uses of Enum Class
org.springframework.data.mapping.AccessOptions.GetOptions.GetNulls
Packages that use AccessOptions.GetOptions.GetNulls
-
Uses of AccessOptions.GetOptions.GetNulls in org.springframework.data.mapping
Methods in org.springframework.data.mapping that return AccessOptions.GetOptions.GetNullsModifier 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.Methods in org.springframework.data.mapping with parameters of type AccessOptions.GetOptions.GetNullsModifier and TypeMethodDescriptionAccessOptions.GetOptions.withNullValues
(AccessOptions.GetOptions.GetNulls nullValues) Constructors in org.springframework.data.mapping with parameters of type AccessOptions.GetOptions.GetNullsModifierConstructorDescriptionGetOptions
(Map<PersistentProperty<?>, Function<Object, Object>> handlers, AccessOptions.GetOptions.GetNulls nullValues)