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
Subclasses with type arguments of type AccessOptions.GetOptions.GetNulls in org.springframework.data.mappingModifier and TypeClassDescriptionstatic enum
How to handle null values during aPersistentPropertyPath
traversal.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<@Nullable Object, @Nullable Object>> handlers, AccessOptions.GetOptions.GetNulls nullValues)