Uses of Enum
io.debezium.transforms.outbox.EventRouterConfigDefinition.JsonPayloadNullFieldBehavior
Packages that use EventRouterConfigDefinition.JsonPayloadNullFieldBehavior
-
Uses of EventRouterConfigDefinition.JsonPayloadNullFieldBehavior in io.debezium.transforms.outbox
Fields in io.debezium.transforms.outbox declared as EventRouterConfigDefinition.JsonPayloadNullFieldBehaviorModifier and TypeFieldDescriptionprivate final EventRouterConfigDefinition.JsonPayloadNullFieldBehaviorJsonSchemaData.jsonPayloadNullFieldBehaviorMethods in io.debezium.transforms.outbox that return EventRouterConfigDefinition.JsonPayloadNullFieldBehaviorModifier and TypeMethodDescriptionDetermine if the supplied value is one of the predefined options.Returns the enum constant of this type with the specified name.EventRouterConfigDefinition.JsonPayloadNullFieldBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.transforms.outbox with parameters of type EventRouterConfigDefinition.JsonPayloadNullFieldBehaviorModifierConstructorDescriptionJsonSchemaData(EventRouterConfigDefinition.JsonPayloadNullFieldBehavior jsonPayloadNullFieldBehavior, FieldNameSelector.FieldNamer<String> fieldNamer)