Package | Description |
---|---|
com.datastax.oss.driver.api.mapper | |
com.datastax.oss.driver.api.mapper.result |
Modifier and Type | Method and Description |
---|---|
MapperResultProducer |
MapperContext.getResultProducer(GenericType<?> resultToProduce)
Returns a component that will execute a statement and convert it into a custom result of the
given type.
|
Modifier and Type | Method and Description |
---|---|
Iterable<MapperResultProducer> |
MapperResultProducerService.getProducers()
Returns the producers provided by this service.
|
Copyright © 2017–2022. All rights reserved.