Class CsvDatasourceConfig

All Implemented Interfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@GenerateDto(dtoPackage="net.datenwerke.rs.base.client.datasources.dto") @Indexed public class CsvDatasourceConfig extends FormatBasedDatasourceConfig
See Also:
  • Constructor Details

    • CsvDatasourceConfig

      public CsvDatasourceConfig()
  • Method Details

    • getQueryWrapper

      public String getQueryWrapper()
    • setQueryWrapper

      public void setQueryWrapper(String queryWrapper)