| Package | Description |
|---|---|
| io.debezium.relational | |
| io.debezium.relational.ddl | |
| io.debezium.text | |
| io.debezium.util |
| Class and Description |
|---|
| ParsingException
An exception representing a problem during parsing of text.
|
| TokenStream.CharacterStream
Interface used by a
TokenStream.Tokenizer to iterate through the characters in the content input to the TokenStream. |
| TokenStream.Tokenizer
Interface for a Tokenizer component responsible for processing the characters in a
TokenStream.CharacterStream and constructing
the appropriate TokenStream.Token objects. |
| TokenStream.Tokens
A factory for Token objects, used by a
TokenStream.Tokenizer to create tokens in the correct order. |
| Class and Description |
|---|
| MultipleParsingExceptions
Representation of multiple
ParsingExceptions. |
| 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.CharacterStream
Interface used by a
TokenStream.Tokenizer to iterate through the characters in the content input to the TokenStream. |
| TokenStream.Marker
An opaque marker for a position within the token stream.
|
| TokenStream.Tokenizer
Interface for a Tokenizer component responsible for processing the characters in a
TokenStream.CharacterStream and constructing
the appropriate TokenStream.Token objects. |
| TokenStream.Tokens
A factory for Token objects, used by a
TokenStream.Tokenizer to create tokens in the correct order. |
| Class and 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 basic
TokenStream.Tokenizer implementation 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 immutable
TokenStream.Token that implements matching using case-sensitive logic. |
| TokenStream.CharacterStream
Interface used by a
TokenStream.Tokenizer to iterate through the characters in the content input to the TokenStream. |
| 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 a
TokenStream.CharacterStream and constructing
the appropriate TokenStream.Token objects. |
| TokenStream.Tokens
A factory for Token objects, used by a
TokenStream.Tokenizer to create tokens in the correct order. |
| Class and Description |
|---|
| ParsingException
An exception representing a problem during parsing of text.
|
| TokenStream.CharacterStream
Interface used by a
TokenStream.Tokenizer to iterate through the characters in the content input to the TokenStream. |
| TokenStream.Tokenizer
Interface for a Tokenizer component responsible for processing the characters in a
TokenStream.CharacterStream and constructing
the appropriate TokenStream.Token objects. |
| TokenStream.Tokens
A factory for Token objects, used by a
TokenStream.Tokenizer to create tokens in the correct order. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.