Uses of Package
io.debezium.text
Packages that use io.debezium.text
Package
Description
-
Classes in io.debezium.text used by io.debezium.relationalClassDescriptionAn exception representing a problem during parsing of text.Interface used by a
TokenStream.Tokenizerto iterate through the characters in the content input to theTokenStream.Interface for a Tokenizer component responsible for processing the characters in aTokenStream.CharacterStreamand constructing the appropriateTokenStream.Tokenobjects.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.ddlClassDescriptionRepresentation of multiple
ParsingExceptions.An exception representing a problem during parsing of text. -
Classes in io.debezium.text used by io.debezium.textClassDescriptionAn exception representing a problem during parsing of text.A class that represents the position of a particular character in terms of the lines and columns of a character sequence.A foundation for basic parsers that tokenize input content and allows parsers to easily access and use those tokens.A basic
TokenStream.Tokenizerimplementation that ignores whitespace but includes tokens for individual symbols, the period ('.'), single-quoted strings, double-quoted strings, whitespace-delimited words, and optionally comments.An immutableTokenStream.Tokenthat implements matching using case-sensitive logic.Interface used by aTokenStream.Tokenizerto iterate through the characters in the content input to theTokenStream.An opaque marker for a position within the token stream.The interface defining a token, which references the characters in the actual input character stream.Interface for a Tokenizer component responsible for processing the characters in aTokenStream.CharacterStreamand constructing the appropriateTokenStream.Tokenobjects.A factory for Token objects, used by aTokenStream.Tokenizerto create tokens in the correct order. -
Classes in io.debezium.text used by io.debezium.utilClassDescriptionAn exception representing a problem during parsing of text.Interface used by a
TokenStream.Tokenizerto iterate through the characters in the content input to theTokenStream.Interface for a Tokenizer component responsible for processing the characters in aTokenStream.CharacterStreamand constructing the appropriateTokenStream.Tokenobjects.A factory for Token objects, used by aTokenStream.Tokenizerto create tokens in the correct order.