Class OracleConfig.PropertiesConverter
- java.lang.Object
-
- migratedb.v1.core.internal.database.oracle.OracleConfig.PropertiesConverter
-
- All Implemented Interfaces:
ConfigPropertiesConverter
- Enclosing class:
- OracleConfig
public static final class OracleConfig.PropertiesConverter extends Object implements ConfigPropertiesConverter
-
-
Constructor Summary
Constructors Constructor Description PropertiesConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConvertedProperties<OracleConfig>convert(Map<String,String> mutableProps)Extracts all recognized properties frommutablePropsinto the extension-specific data structure.
-
-
-
Method Detail
-
convert
public ConvertedProperties<OracleConfig> convert(Map<String,String> mutableProps)
Description copied from interface:ConfigPropertiesConverterExtracts all recognized properties frommutablePropsinto the extension-specific data structure. All recognized properties will no longer be present inmutablePropswhen this methor returns.- Specified by:
convertin interfaceConfigPropertiesConverter
-
-