Uses of Class
io.debezium.connector.oracle.junit.SkipWhenAdapterNameIsNot.AdapterName
-
Packages that use SkipWhenAdapterNameIsNot.AdapterName Package Description io.debezium.connector.oracle.junit -
-
Uses of SkipWhenAdapterNameIsNot.AdapterName in io.debezium.connector.oracle.junit
Methods in io.debezium.connector.oracle.junit that return SkipWhenAdapterNameIsNot.AdapterName Modifier and Type Method Description SkipWhenAdapterNameIsNot.AdapterNamevalue()static SkipWhenAdapterNameIsNot.AdapterNameSkipWhenAdapterNameIsNot.AdapterName. valueOf(String name)Returns the enum constant of this type with the specified name.static SkipWhenAdapterNameIsNot.AdapterName[]SkipWhenAdapterNameIsNot.AdapterName. values()Returns an array containing the constants of this enum type, in the order they are declared.
-