public static class JacksonJsonSupport.HTMLCharacterEscapes
extends com.fasterxml.jackson.core.io.CharacterEscapes
| Constructor and Description |
|---|
JacksonJsonSupport.HTMLCharacterEscapes() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getEscapeCodesForAscii() |
com.fasterxml.jackson.core.SerializableString |
getEscapeSequence(int ch) |
public JacksonJsonSupport.HTMLCharacterEscapes()
public int[] getEscapeCodesForAscii()
getEscapeCodesForAscii in class com.fasterxml.jackson.core.io.CharacterEscapespublic com.fasterxml.jackson.core.SerializableString getEscapeSequence(int ch)
getEscapeSequence in class com.fasterxml.jackson.core.io.CharacterEscapesCopyright © 2012–2014. All rights reserved.