| Package | Description |
|---|---|
| tech.mlsql.common.utils.escape |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayBasedCharEscaper
A
CharEscaper that uses an array to quickly look up replacement
characters for a given char value. |
class |
ArrayBasedUnicodeEscaper
A
UnicodeEscaper that uses an array to quickly look up replacement
characters for a given code point. |
class |
CharEscaper
An object that converts literal text into a format safe for inclusion in a particular context
(such as an XML document).
|
class |
UnicodeEscaper
An
Escaper that converts literal text into a format safe for
inclusion in a particular context (such as an XML document). |
| Modifier and Type | Method and Description |
|---|---|
Escaper |
Escapers.Builder.build()
Returns a new escaper based on the current state of the builder.
|
static Escaper |
Escapers.nullEscaper()
Returns an
Escaper that does no escaping, passing all character
data through unchanged. |
Copyright © 2020. All rights reserved.