Package io.debezium.operator.api.model
Class Transformation
java.lang.Object
io.debezium.operator.api.model.Transformation
- All Implemented Interfaces:
ConfigMappable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanisNegate()voidsetConfig(ConfigProperties config) voidsetNegate(boolean negate) voidsetPredicate(String predicate) void
-
Field Details
-
type
@JsonPropertyDescription("Fully qualified name of Java class implementing the transformation.") private String type -
predicate
@JsonPropertyDescription("The name of the predicate to be applied to this transformation.") private String predicate -
negate
@JsonPropertyDescription("Determines if the result of the applied predicate will be negated.") private boolean negate -
config
-
-
Constructor Details
-
Transformation
public Transformation()
-
-
Method Details
-
getType
-
setType
-
getPredicate
-
setPredicate
-
isNegate
public boolean isNegate() -
setNegate
public void setNegate(boolean negate) -
getConfig
-
setConfig
-
asConfiguration
- Specified by:
asConfigurationin interfaceConfigMappable
-