Package | Description |
---|---|
org.springframework.cloud.gcp.data.datastore.core.convert |
Classes related to conversion and mapping of Cloud Datastore entities to Java entities.
|
org.springframework.cloud.gcp.data.datastore.core.mapping |
Classes related to type and Spring Data metadata of Java entities.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
TwoStepsConversions.convertOnRead(Object val,
EmbeddedType embeddedType,
org.springframework.data.util.TypeInformation targetTypeInformation) |
<T> T |
ReadWriteConversions.convertOnRead(Object val,
EmbeddedType embeddedType,
org.springframework.data.util.TypeInformation targetTypeInformation)
Converts a given object to an object of a target type that is possibly an embedded
entity.
|
<T> T |
EntityPropertyValueProvider.getPropertyValue(String fieldName,
EmbeddedType embeddedType,
org.springframework.data.util.TypeInformation targetTypeInformation) |
Modifier and Type | Method and Description |
---|---|
EmbeddedType |
DatastorePersistentProperty.getEmbeddedType()
Get the
EmbeddedType of the property indicating what what type of embedding
pathway will be used to store the property. |
EmbeddedType |
DatastorePersistentPropertyImpl.getEmbeddedType() |
static EmbeddedType |
EmbeddedType.of(org.springframework.data.util.TypeInformation typeInformation)
Get the
EmbeddedType of a given TypeInformation . |
static EmbeddedType |
EmbeddedType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedType[] |
EmbeddedType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.