RowValueProvider.@Deprecated public class BasicCassandraRowValueProvider extends RowValueProvider
CassandraValueProvider to read property values from a Row.| Constructor and Description |
|---|
BasicCassandraRowValueProvider(com.datastax.oss.driver.api.core.cql.Row source,
com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry codecRegistry,
SpELExpressionEvaluator evaluator)
Deprecated.
Create a new
BasicCassandraRowValueProvider with the given Row, CodecRegistry and
SpELExpressionEvaluator. |
BasicCassandraRowValueProvider(com.datastax.oss.driver.api.core.cql.Row source,
DefaultSpELExpressionEvaluator evaluator)
Deprecated.
|
public BasicCassandraRowValueProvider(com.datastax.oss.driver.api.core.cql.Row source,
com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry codecRegistry,
SpELExpressionEvaluator evaluator)
BasicCassandraRowValueProvider with the given Row, CodecRegistry and
SpELExpressionEvaluator.source - must not be null.codecRegistry - must not be null.evaluator - must not be null.@Deprecated public BasicCassandraRowValueProvider(com.datastax.oss.driver.api.core.cql.Row source, DefaultSpELExpressionEvaluator evaluator)
BasicCassandraRowValueProvider(Row, CodecRegistry, SpELExpressionEvaluator)source - must not be null.evaluator - must not be null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.