Package | Description |
---|---|
org.springframework.data.mapping |
Base package for the mapping subsystem.
|
Modifier and Type | Method and Description |
---|---|
AccessOptions.GetOptions.GetNulls |
AccessOptions.GetOptions.getNullValues() |
static AccessOptions.GetOptions.GetNulls |
AccessOptions.GetOptions.GetNulls.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessOptions.GetOptions.GetNulls[] |
AccessOptions.GetOptions.GetNulls.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccessOptions.GetOptions |
AccessOptions.GetOptions.withNullValues(AccessOptions.GetOptions.GetNulls nullValues) |
Constructor and Description |
---|
GetOptions(Map<PersistentProperty<?>,Function<Object,Object>> handlers,
AccessOptions.GetOptions.GetNulls nullValues) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.