| Package | Description |
|---|---|
| io.debezium.transforms |
| Modifier and Type | Field and Description |
|---|---|
private ScriptingTransformation.NullHandling |
ScriptingTransformation.nullHandling |
| Modifier and Type | Method and Description |
|---|---|
static ScriptingTransformation.NullHandling |
ScriptingTransformation.NullHandling.parse(String value)
Determine if the supplied value is one of the predefined options.
|
static ScriptingTransformation.NullHandling |
ScriptingTransformation.NullHandling.parse(String value,
String defaultValue)
Determine if the supplied value is one of the predefined options.
|
static ScriptingTransformation.NullHandling |
ScriptingTransformation.NullHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptingTransformation.NullHandling[] |
ScriptingTransformation.NullHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.