Class ColumnMappersTest


  • public class ColumnMappersTest
    extends Object
    Author:
    Randall Hauch
    • Field Detail

      • tableId

        private final io.debezium.relational.TableId tableId
      • column

        private io.debezium.relational.Column column
      • column2

        private io.debezium.relational.Column column2
      • column3

        private io.debezium.relational.Column column3
      • mappers

        private io.debezium.relational.mapping.ColumnMappers mappers
      • converter

        private io.debezium.relational.ValueConverter converter
      • fullyQualifiedNames

        private String fullyQualifiedNames
    • Constructor Detail

      • ColumnMappersTest

        public ColumnMappersTest()
    • Method Detail

      • beforeEach

        public void beforeEach()
      • shouldNotFindMapperForUnmatchedColumn

        public void shouldNotFindMapperForUnmatchedColumn()
      • shouldTruncateStrings

        public void shouldTruncateStrings()
      • shouldMaskStringsToFixedLength

        public void shouldMaskStringsToFixedLength()
      • shouldMaskStringsToFixedNumberOfSpecifiedCharacters

        public void shouldMaskStringsToFixedNumberOfSpecifiedCharacters()
      • shouldMaskStringsWithSpecificValue

        public void shouldMaskStringsWithSpecificValue()
      • shouldMapValuesUsingColumnMapperInstance

        public void shouldMapValuesUsingColumnMapperInstance()
      • shouldMapValuesUsingFunctionByClassName

        public void shouldMapValuesUsingFunctionByClassName()