Package | Description |
---|---|
org.springframework.data.mapping |
Base package for the mapping subsystem.
|
Modifier and Type | Method and Description |
---|---|
static AccessOptions.SetOptions |
AccessOptions.defaultSetOptions()
Returns the default
AccessOptions.SetOptions rejecting setting values when finding an intermediate property value to be
null. |
AccessOptions.SetOptions |
AccessOptions.SetOptions.rejectNulls()
Returns a new
AccessOptions that will cause paths that contain null values to be skipped when
setting a property. |
AccessOptions.SetOptions |
AccessOptions.SetOptions.skipAndLogNulls()
Returns a new
AccessOptions that will cause paths that contain null values to be skipped when
setting a property but a log message produced in TRACE level. |
AccessOptions.SetOptions |
AccessOptions.SetOptions.skipNulls()
Returns a new
AccessOptions that will cause paths that contain null values to be skipped when
setting a property. |
AccessOptions.SetOptions |
AccessOptions.SetOptions.withCollectionAndMapPropagation(AccessOptions.SetOptions.Propagation propagation)
Shortcut to configure the same
AccessOptions.SetOptions.Propagation for both collection and map property path segments. |
AccessOptions.SetOptions |
AccessOptions.SetOptions.withCollectionPropagation(AccessOptions.SetOptions.Propagation collectionPropagation) |
AccessOptions.SetOptions |
AccessOptions.SetOptions.withMapPropagation(AccessOptions.SetOptions.Propagation mapPropagation) |
AccessOptions.SetOptions |
AccessOptions.SetOptions.withNullHandling(AccessOptions.SetOptions.SetNulls nullHandling) |
Modifier and Type | Method and Description |
---|---|
void |
PersistentPropertyPathAccessor.setProperty(PersistentPropertyPath<? extends PersistentProperty<?>> path,
Object value,
AccessOptions.SetOptions options)
Sets the given value for the
PersistentProperty pointed to by the given PersistentPropertyPath
considering the given AccessOptions . |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.