Interface ConfigPropertiesConverter

All Known Implementing Classes:
OracleConfig.PropertiesConverter

public interface ConfigPropertiesConverter
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(Map<String,String> mutableProps)
    Extracts all recognized properties from mutableProps into the extension-specific data structure.
  • Method Details

    • convert

      ConvertedProperties<?> convert(Map<String,String> mutableProps)
      Extracts all recognized properties from mutableProps into the extension-specific data structure. All recognized properties will no longer be present in mutableProps when this methor returns.