Class CustomConversions
java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.data.cassandra.core.convert.CassandraCustomConversions
org.springframework.data.cassandra.core.convert.CustomConversions
Deprecated.
Value object to capture custom conversion. That is essentially a
List
of converters and some additional logic
around them. The converters are pretty much builds up two sets of types which Cassandra basic types can be converted
into and from. These types will be considered simple ones (which means they neither need deeper inspection nor nested
conversion). Thus, the CustomConversions
also act as factory for SimpleTypeHolder
- Since:
- 1.5
- Author:
- Mark Paluch
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.data.cassandra.core.convert.CassandraCustomConversions
CassandraCustomConversions.CassandraConverterConfigurationAdapter
Nested classes/interfaces inherited from class org.springframework.data.convert.CustomConversions
CustomConversions.ConverterConfiguration, CustomConversions.ConverterRegistrationIntent, CustomConversions.StoreConversions
-
Method Summary
Methods inherited from class org.springframework.data.cassandra.core.convert.CassandraCustomConversions
create
Methods inherited from class org.springframework.data.convert.CustomConversions
getCustomWriteTarget, getCustomWriteTarget, getPropertyValueConversions, getSimpleTypeHolder, hasCustomReadTarget, hasCustomWriteTarget, hasCustomWriteTarget, hasValueConverter, isSimpleType, registerConvertersIn
CassandraCustomConversions
.