-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.Escaper
public abstract class AbstractEscaper implements Escaper
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcomponentIdprivate final Map<String, Object>componentParams
-
Constructor Summary
Constructors Constructor Description AbstractEscaper()
-
Method Summary
Modifier and Type Method Description StringgetComponentId()Map<String, Object>getComponentParams()Booleanequals(Object other)IntegerhashCode()StringtoString()-
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
-
-