-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.Escaper
public class Escapers.DefaultLineBreakEscaper extends Escapers.LineBreakEscaper
默认换行转义器。
转义换行符
\n为\\n。
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcomponentIdprivate final Map<String, Object>componentParamspublic final static Escapers.DefaultLineBreakEscaperINSTANCE
-
Method Summary
Modifier and Type Method Description Stringescape(String value)转义指定的字符串。 Stringunescape(String value)反转义指定的字符串。 StringgetComponentId()Map<String, Object>getComponentParams()-
Methods inherited from class icu.windea.breezeframework.core.component.Escapers.LineBreakEscaper
equals, hashCode, toString -
Methods inherited from class icu.windea.breezeframework.core.component.AbstractEscaper
componentCopy -
Methods inherited from class icu.windea.breezeframework.core.component.Escaper
componentEquals, componentHashcode, componentToString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-