Uses of Package
io.debezium.text
-
Packages that use io.debezium.text Package Description io.debezium.relational io.debezium.relational.ddl io.debezium.text io.debezium.util -
Classes in io.debezium.text used by io.debezium.relational Class Description ParsingException An exception representing a problem during parsing of text.TokenStream.CharacterStream Interface used by aTokenStream.Tokenizerto iterate through the characters in the content input to theTokenStream.TokenStream.Tokenizer Interface for a Tokenizer component responsible for processing the characters in aTokenStream.CharacterStreamand constructing the appropriateTokenStream.Tokenobjects.TokenStream.Tokens A factory for Token objects, used by aTokenStream.Tokenizerto create tokens in the correct order. -
Classes in io.debezium.text used by io.debezium.relational.ddl Class Description MultipleParsingExceptions Representation of multipleParsingExceptions.ParsingException An exception representing a problem during parsing of text. -
Classes in io.debezium.text used by io.debezium.text Class Description ParsingException An exception representing a problem during parsing of text.Position A class that represents the position of a particular character in terms of the lines and columns of a character sequence.TokenStream A foundation for basic parsers that tokenize input content and allows parsers to easily access and use those tokens.TokenStream.BasicTokenizer A basicTokenStream.Tokenizerimplementation that ignores whitespace but includes tokens for individual symbols, the period ('.'), single-quoted strings, double-quoted strings, whitespace-delimited words, and optionally comments.TokenStream.CaseSensitiveToken An immutableTokenStream.Tokenthat implements matching using case-sensitive logic.TokenStream.CharacterStream Interface used by aTokenStream.Tokenizerto iterate through the characters in the content input to theTokenStream.TokenStream.Marker An opaque marker for a position within the token stream.TokenStream.Token The interface defining a token, which references the characters in the actual input character stream.TokenStream.TokenFactory TokenStream.Tokenizer Interface for a Tokenizer component responsible for processing the characters in aTokenStream.CharacterStreamand constructing the appropriateTokenStream.Tokenobjects.TokenStream.Tokens A factory for Token objects, used by aTokenStream.Tokenizerto create tokens in the correct order. -
Classes in io.debezium.text used by io.debezium.util Class Description ParsingException An exception representing a problem during parsing of text.TokenStream.CharacterStream Interface used by aTokenStream.Tokenizerto iterate through the characters in the content input to theTokenStream.TokenStream.Tokenizer Interface for a Tokenizer component responsible for processing the characters in aTokenStream.CharacterStreamand constructing the appropriateTokenStream.Tokenobjects.TokenStream.Tokens A factory for Token objects, used by aTokenStream.Tokenizerto create tokens in the correct order.