Package 

Class Escaper.AbstractEscaper

  • All Implemented Interfaces:
    icu.windea.breezeframework.core.component.Component , icu.windea.breezeframework.core.component.Escaper

    
    public abstract class Escaper.AbstractEscaper
     implements Escaper
                        
    • Method Summary

      Modifier and Type Method Description
      String escape(String value) 转义指定的字符串。
      String unescape(String value) 反转义指定的字符串。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait