Interface MapperOptions

  • All Superinterfaces:
    Serializable

    public interface MapperOptions
    extends Serializable
    This class is used to configure a Mapper after deployment.
    • Method Detail

      • getMapperOptions

        com.datastax.driver.mapping.Mapper.Option[] getMapperOptions()
        Returns an array of Mapper.Option that are used configure the mapper.
        Returns:
        array of options used to configure the mapper.