Package org.apache.bval.util
Class Escapes
- java.lang.Object
-
- org.apache.bval.util.Escapes
-
public final class Escapes extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static interface
Escapes.CharSequenceTranslator
static class
Escapes.LookupTranslator
static class
Escapes.UnicodeUnescaper
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
unescapeJava(CharSequence from, int offset, Writer output)
-
-
-
Method Detail
-
unescapeJava
public static int unescapeJava(CharSequence from, int offset, Writer output)
-
-