Package com.google.cloud.spring.data.datastore.core.convert
package com.google.cloud.spring.data.datastore.core.convert
Classes related to conversion and mapping of Cloud Datastore entities to Java entities.
-
ClassDescriptionValue object to capture custom conversion.An interface for converting objects to Datastore Entities and vice versa.A class to manage Datastore-specific simple type conversions.Implementation of
ObjectToKeyFactory
where the key factories are provided by the Datastore Service.A class for object to entity and entity to object conversions.APropertyValueProvider
for Datastore entities.An interface for creating Datastore Keys from objects and ID values.An interface for type conversions on read and on write.In order to supportCustomConversions
, this class applies 2-step conversions.