-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.Escaper
public abstract class Escapers.LineBreakEscaper extends AbstractEscaper
换行转义器。
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcomponentIdprivate final Map<String, Object>componentParams
-
Constructor Summary
Constructors Constructor Description Escapers.LineBreakEscaper()
-
Method Summary
Modifier and Type Method Description 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, escape, unescape -
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
-
-
Method Detail
-
getComponentId
String getComponentId()
-
getComponentParams
Map<String, Object> getComponentParams()
-
-
-
-