Package migratedb.v1.core.api
Interface ConfigPropertiesConverter
- All Known Implementing Classes:
OracleConfig.PropertiesConverter
public interface ConfigPropertiesConverter
-
Method Summary
Modifier and TypeMethodDescriptionExtracts all recognized properties frommutablePropsinto the extension-specific data structure.
-
Method Details
-
convert
Extracts all recognized properties frommutablePropsinto the extension-specific data structure. All recognized properties will no longer be present inmutablePropswhen this methor returns.
-