Uses of Annotation Type
io.debezium.doc.FixFor
Packages that use FixFor
Package
Description
-
Uses of FixFor in io.debezium.config
Methods in io.debezium.config with annotations of type FixForModifier and TypeMethodDescriptionvoidConfigurationTest.customDdlFilterShouldFilterOutMySqlCreateViewStatements()voidConfigurationTest.defaultDdlFilterShouldFilterOutFlushRelayLogs()voidConfigurationTest.defaultDdlFilterShouldFilterOutMySqlInlineComments()voidConfigurationTest.defaultDdlFilterShouldFilterOutRdsHeartbeatInsert()On Amazon RDS we'll see INSERT (sic!) statements for a heartbeat table in the DDL even stream, they should be filtered out by default (the reason being that those statements are sent using STATEMENT binlog format, which is just applied for that session emitting those statements).voidConfigurationTest.defaultDdlFilterShouldFilterOutRdsMonitorStatements()voidConfigurationTest.defaultDdlFilterShouldFilterOutRdsSysinfoStatements()voidConfigurationTest.shouldNotBeModifiedAfterCreation()Test verifying that a Configuration object cannot be modified after creation.voidConfigurationTest.shouldThrowValidationOnDuplicateColumnFilterConfiguration()voidConfigurationTest.shouldThrowValidationOnDuplicateOldColumnFilterConfiguration()voidConfigurationTest.testConfigurationMerge()voidConfigurationTest.testMsgKeyColumnsField()voidConfigurationTest.testMsgKeyColumnsFieldRegexValidation()voidConfigurationTest.testServerNameValidation() -
Uses of FixFor in io.debezium.data
Methods in io.debezium.data with annotations of type FixForModifier and TypeMethodDescriptionvoidSchemaUtilTest.correctlySerializesByteArray()voidSchemaUtilTest.correctlySerializesByteBuffer()voidSchemaUtilTest.correctlySerializesStructWithByteArray() -
Uses of FixFor in io.debezium.document
Methods in io.debezium.document with annotations of type FixForModifier and TypeMethodDescriptionvoidJacksonReaderTest.canParseDocumentWithUnescapedControlCharacter()voidBinaryValueTest.equalsAndHashCode()voidDocumentTest.shouldCreateArrayFromValues() -
Uses of FixFor in io.debezium.pipeline.source.snapshot.incremental
Methods in io.debezium.pipeline.source.snapshot.incremental with annotations of type FixForModifier and TypeMethodDescriptionvoidSignalBasedSnapshotChangeEventSourceTest.testBuildProjectionWithColumnExcludeList()voidSignalBasedSnapshotChangeEventSourceTest.testBuildProjectionWithColumnIncludeList() -
Uses of FixFor in io.debezium.relational
Methods in io.debezium.relational with annotations of type FixForModifier and TypeMethodDescriptionvoidTableSchemaBuilderTest.customKeyMapperShouldMapMultipleTables()voidTableSchemaBuilderTest.defaultKeyMapperShouldOrderKeyColumnsBasedOnPrimaryKeyColumnNamesOrder()voidTableSchemaBuilderTest.mapperConvertersShouldLeaveEmptyDatesAsZero()voidTableSchemaBuilderTest.shouldBuildCorrectSchemaNames()voidTableSchemaBuilderTest.shouldBuildCorrectSchemaNamesInMultiPartitionMode()voidTableSchemaBuilderTest.shouldBuildTableSchemaFromTableWithCustomKey()voidTableIdTest.shouldDoubleQuoteTableId()voidTableSchemaBuilderTest.shouldFallbackToIdentyKeyWhenCustomMapperIsNull()voidTableEditorTest.shouldNotAllowAddingPrimaryKeyColumnWhenNotFound()voidTableSchemaBuilderTest.shouldOverrideIdentityKey()voidTableIdTest.shouldQuoteTableIdWithGivenCharacter()voidTableSchemaBuilderTest.shouldSanitizeFieldNamesAndBuildTableSchemaFromTableWithoutPrimaryKey()voidTableSchemaBuilderTest.shouldSanitizeFieldNamesAndValidateSerialization()voidTableSchemaBuilderTest.shouldSanitizeUnicodeFieldNamesAndBuildTableSchemaFromTableWithoutPrimaryKey() -
Uses of FixFor in io.debezium.relational.mapping
Methods in io.debezium.relational.mapping with annotations of type FixForModifier and TypeMethodDescriptionvoidPropagateSourceTypeToSchemaParameterTest.shouldAddColumnScale()voidPropagateSourceTypeToSchemaParameterTest.shouldAddTypeInformation()voidColumnMappersTest.shouldMaskStringsToMaskHashV1Column()voidColumnMappersTest.shouldMaskStringsToMaskHashV2Column() -
Uses of FixFor in io.debezium.time
Methods in io.debezium.time with annotations of type FixFor -
Uses of FixFor in io.debezium.transforms
Methods in io.debezium.transforms with annotations of type FixForModifier and TypeMethodDescriptionvoidExtractNewRecordStateTest.dropFieldsFromValueAndKeyWithoutSchemaCompatibility()voidExtractNewRecordStateTest.dropFieldsFromValueAndKeyWithSchemaCompatibility()voidExtractNewRecordStateTest.dropFieldsFromValueWithoutSchemaCompatibility()voidExtractNewRecordStateTest.dropFieldsFromValueWithSchemaCompatibility()voidByLogicalTableRouterTest.shouldHandleSchemaChangeEvent()voidExtractChangedRecordStateTest.testAddCreatedFieldToHeaders()voidExtractNewRecordStateTest.testAddField()voidExtractNewRecordStateTest.testAddFieldHandleDeleteRewrite()voidExtractNewRecordStateTest.testAddFields()voidExtractNewRecordStateTest.testAddFieldsForMissingOptionalField()voidExtractNewRecordStateTest.testAddFieldsHandleDeleteRewrite()voidExtractNewRecordStateTest.testAddFieldsHandleDeleteRewriteAndTombstone()voidExtractNewRecordStateTest.testAddFieldsSpecifyStruct()voidExtractNewRecordStateTest.testAddFieldsSpecifyStructHandleDeleteRewrite()voidExtractNewRecordStateTest.testAddHeader()voidExtractNewRecordStateTest.testAddHeaders()voidExtractNewRecordStateTest.testAddHeadersForMissingOptionalField()voidExtractNewRecordStateTest.testAddHeadersHandleDeleteRewriteAndTombstone()voidExtractNewRecordStateTest.testAddHeadersSpecifyStruct()voidExtractNewRecordStateTest.testAddTimestamp()voidExtractChangedRecordStateTest.testAddUpdatedFieldToHeaders()voidByLogicalTableRouterTest.testKeyNullValue()voidByLogicalTableRouterTest.testKeyReplacementWorkingConfigurationWithNoSchemaNameAdjustment()voidByLogicalTableRouterTest.testNamespaceReplacementWithoutKeyChange()voidExtractNewRecordStateTest.testNewFieldAndHeaderMapping()voidExtractChangedRecordStateTest.testNoHeadersSetWhenNotConfiguredWithCreate()voidExtractChangedRecordStateTest.testNoHeadersSetWhenNotConfiguredWithDelete()voidExtractChangedRecordStateTest.testNoHeadersSetWhenNotConfiguredWithUpdate()voidExtractNewRecordStateTest.testSchemaChangeEventWithOperationHeader()voidExtractNewRecordStateTest.testUnwrapCreateRecordWithOptionalDefaultValue()voidExtractNewRecordStateTest.testUnwrapPropagatesRecordHeaders() -
Uses of FixFor in io.debezium.transforms.outbox
Methods in io.debezium.transforms.outbox with annotations of type FixForModifier and TypeMethodDescriptionvoidEventRouterTest.canPassBinaryKey()voidEventRouterTest.canPassBinaryMessage()voidEventRouterTest.canPassIntKey()voidEventRouterTest.canPassStringKey()voidEventRouterTest.canSetBinaryMessageKey()voidEventRouterTest.canSkipMessagesWithoutDebeziumCdcEnvelopeDueToMissingSchemaName()voidEventRouterTest.canSkipMessagesWithoutDebeziumCdcEnvelopeDueToMissingSchemaNameSuffix()voidEventRouterTest.canSkipMessagesWithoutDebeziumCdcEnvelopeDueToMissingValueSchema()voidJsonSchemaDataTest.failSchemaCheckForArrayWithDifferentNumberTypes()voidJsonSchemaDataTest.shouldConvertNullNodeToOptionalBytes()voidJsonSchemaDataTest.shouldCreateCorrectSchemaFromInsertJson() -
Uses of FixFor in io.debezium.util
Methods in io.debezium.util with annotations of type FixForModifier and TypeMethodDescriptionvoidStringsTest.asDurationShouldConvertValue()voidStringsTest.getBegin()