Class FieldRedactionExecutor
java.lang.Object
io.confluent.kafka.schemaregistry.rules.FieldRuleExecutor
io.confluent.kafka.schemaregistry.rules.FieldRedactionExecutor
- All Implemented Interfaces:
RuleBase,RuleExecutor,AutoCloseable,org.apache.kafka.common.Configurable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsFields inherited from class io.confluent.kafka.schemaregistry.rules.FieldRuleExecutor
PRESERVE_SOURCE_FIELDSFields inherited from interface io.confluent.kafka.schemaregistry.rules.RuleBase
DEFAULT_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.confluent.kafka.schemaregistry.rules.FieldRuleExecutor
configure, isPreserveSource, transformMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.confluent.kafka.schemaregistry.rules.RuleBase
addOriginalConfigs, close
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
FieldRedactionExecutor
public FieldRedactionExecutor()
-
-
Method Details
-
type
-
newTransform
public FieldRedactionExecutor.FieldRedactionExecutorTransform newTransform(RuleContext ctx) throws RuleException - Specified by:
newTransformin classFieldRuleExecutor- Throws:
RuleException
-