Interface StringUtils.StringKeyedObject

All Known Subinterfaces:
ColumnLocation, DataImportServiceConfig, DeephavenFormatColumnLocation, ParquetFormatColumnLocation<ATTR>
All Known Implementing Classes:
AbstractColumnLocation, DataImportServiceConfig.Delegating, DataImportServiceConfigImpl, LastByTableImportState.ResultTableMap, LocalColumnLocation
Enclosing class:
StringUtils

public static interface StringUtils.StringKeyedObject
Interface to make auto-keying by toString() safer and more flexible.
  • Method Details

    • getStringRepresentation

      default String getStringRepresentation()