UdtValueProvider directly.@Deprecated public class CassandraUDTValueProvider extends UdtValueProvider
CassandraValueProvider to read property values from a UdtValue.| Constructor and Description |
|---|
CassandraUDTValueProvider(com.datastax.oss.driver.api.core.data.UdtValue udtValue,
com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry codecRegistry,
org.springframework.data.mapping.model.DefaultSpELExpressionEvaluator evaluator)
Deprecated.
|
CassandraUDTValueProvider(com.datastax.oss.driver.api.core.data.UdtValue udtValue,
com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry codecRegistry,
org.springframework.data.mapping.model.SpELExpressionEvaluator evaluator)
Deprecated.
|
public CassandraUDTValueProvider(com.datastax.oss.driver.api.core.data.UdtValue udtValue,
com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry codecRegistry,
org.springframework.data.mapping.model.SpELExpressionEvaluator evaluator)
udtValue - must not be null.codecRegistry - must not be null.evaluator - must not be null.@Deprecated public CassandraUDTValueProvider(com.datastax.oss.driver.api.core.data.UdtValue udtValue, com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry codecRegistry, org.springframework.data.mapping.model.DefaultSpELExpressionEvaluator evaluator)
CassandraUDTValueProvider(UdtValue, CodecRegistry, SpELExpressionEvaluator)udtValue - must not be null.codecRegistry - must not be null.evaluator - must not be null.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.