public static final class CqlMapper.SelectableCqlMapper extends Object implements CqlMapper
CqlMapper.DefaultCqlMapper, CqlMapper.SelectableCqlMapper| Constructor and Description | 
|---|
| SelectableCqlMapper(List<FieldSelector> selectors)Creates a new  CqlMapper.DefaultCqlMapperinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Column> | map(ITuple tuple)Maps the specified input tuple to a list of CQL columns. | 
public SelectableCqlMapper(List<FieldSelector> selectors)
Creates a new CqlMapper.DefaultCqlMapper instance.
selectors - list of selectors used to extract column values from tuple.Copyright © 2022 The Apache Software Foundation. All Rights Reserved.