Class JsonataExecutor
java.lang.Object
io.confluent.kafka.schemaregistry.rules.jsonata.JsonataExecutor
- All Implemented Interfaces:
RuleBase,RuleExecutor,AutoCloseable,org.apache.kafka.common.Configurable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringDeprecated.static final StringDeprecated.static final StringFields inherited from interface io.confluent.kafka.schemaregistry.rules.RuleBase
DEFAULT_NAME -
Constructor Summary
Constructors -
Method Summary
Methods 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:
-
JSONATA_TIMEOUT_MS
- See Also:
-
JSONATA_MAX_DEPTH
- See Also:
-
TIMEOUT_MS
Deprecated.- See Also:
-
MAX_DEPTH
Deprecated.- See Also:
-
-
Constructor Details
-
JsonataExecutor
public JsonataExecutor()
-
-
Method Details
-
configure
-
type
-
transform
- Specified by:
transformin interfaceRuleExecutor- Throws:
RuleException
-