Class AfterConvertEvent<E>

All Implemented Interfaces:
Serializable

public class AfterConvertEvent<E> extends CassandraMappingEvent<E>
Event to be triggered after converting a Row.
Since:
2.1
Author:
Mark Paluch
See Also:
  • Constructor Details

    • AfterConvertEvent

      public AfterConvertEvent(com.datastax.oss.driver.api.core.cql.Row row, E source, com.datastax.oss.driver.api.core.CqlIdentifier tableName)
      Creates a new AfterConvertEvent for the given source and tableName.
      Parameters:
      source - must not be null.
      tableName - must not be null.
  • Method Details

    • getRow

      public com.datastax.oss.driver.api.core.cql.Row getRow()
      Returns the Row from which this AfterConvertEvent was derived.
      Returns: