Uses of Class
com.espertech.esper.common.internal.util.apachecommonstext.CharSequenceTranslator
-
Uses of CharSequenceTranslator in com.espertech.esper.common.internal.util.apachecommonstext
Modifier and TypeClassDescriptionclass
Executes a sequence of translators one after the other.class
Helper subclass to CharSequenceTranslator to allow for translations that will replace up to one character at a time.class
Translates codepoints to their Unicode escaped value suitable for Java source.class
Translates a value using a lookup table.class
Translates codepoints to their Unicode escaped value.Modifier and TypeFieldDescriptionstatic final CharSequenceTranslator
StringEscapeUtils.ESCAPE_JAVA
Translator object for escaping Java.Modifier and TypeMethodDescriptionfinal CharSequenceTranslator
CharSequenceTranslator.with
(CharSequenceTranslator... translators) Helper method to create a merger of this translator with another set of translators.Modifier and TypeMethodDescriptionstatic StringEscapeUtils.Builder
StringEscapeUtils.builder
(CharSequenceTranslator translator) Get aStringEscapeUtils.Builder
.final CharSequenceTranslator
CharSequenceTranslator.with
(CharSequenceTranslator... translators) Helper method to create a merger of this translator with another set of translators.ModifierConstructorDescriptionAggregateTranslator
(CharSequenceTranslator... translators) Specify the translators to be used at creation time.