Uses of Enum
io.debezium.connector.mongodb.MongoDbConnectorConfig.CaptureScope
Packages that use MongoDbConnectorConfig.CaptureScope
-
Uses of MongoDbConnectorConfig.CaptureScope in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as MongoDbConnectorConfig.CaptureScopeModifier and TypeFieldDescriptionprivate final MongoDbConnectorConfig.CaptureScopeMongoDbConnectorConfig.captureScopeMethods in io.debezium.connector.mongodb that return MongoDbConnectorConfig.CaptureScopeModifier and TypeMethodDescriptionMongoDbConnectorConfig.getCaptureScope()Determine if the supplied value is one of the predefined options.Determine if the supplied value is one of the predefined options.Returns the enum constant of this type with the specified name.static MongoDbConnectorConfig.CaptureScope[]MongoDbConnectorConfig.CaptureScope.values()Returns an array containing the constants of this enum type, in the order they are declared.