Module spring.data.cassandra
Class CassandraUDTValueProvider
java.lang.Object
org.springframework.data.cassandra.core.convert.UdtValueProvider
org.springframework.data.cassandra.core.convert.CassandraUDTValueProvider
- All Implemented Interfaces:
CassandraValueProvider,PropertyValueProvider<CassandraPersistentProperty>
Deprecated, for removal: This API element is subject to removal in a future version.
CassandraValueProvider to read property values from a UdtValue.- Since:
- 1.5
- Author:
- Mark Paluch
-
Constructor Summary
ConstructorsConstructorDescriptionCassandraUDTValueProvider(com.datastax.oss.driver.api.core.data.UdtValue udtValue, com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry codecRegistry, DefaultSpELExpressionEvaluator evaluator) Deprecated, for removal: This API element is subject to removal in a future version.CassandraUDTValueProvider(com.datastax.oss.driver.api.core.data.UdtValue udtValue, com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry codecRegistry, SpELExpressionEvaluator evaluator) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.springframework.data.cassandra.core.convert.UdtValueProvider
getPropertyValue, getSource, hasProperty
-
Constructor Details
-
CassandraUDTValueProvider
public CassandraUDTValueProvider(com.datastax.oss.driver.api.core.data.UdtValue udtValue, com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry codecRegistry, SpELExpressionEvaluator evaluator) Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
udtValue- must not be null.codecRegistry- must not be null.evaluator- must not be null.- Since:
- 2.1
-
CassandraUDTValueProvider
@Deprecated(forRemoval=true) public CassandraUDTValueProvider(com.datastax.oss.driver.api.core.data.UdtValue udtValue, com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry codecRegistry, DefaultSpELExpressionEvaluator evaluator) Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
udtValue- must not be null.codecRegistry- must not be null.evaluator- must not be null.
-
UdtValueProviderdirectly.