Package 

Interface Matcher

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

    
    public interface Matcher<T extends Object>
     implements Component
                        

    匹配器。

    匹配器用于表示指定类型的值是否匹配某种格式。

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean matches(T value) 判断指定的值是否匹配。
      String getComponentId()
      Map<String, Object> getComponentParams()
      • Methods inherited from class icu.windea.breezeframework.core.component.Matcher

        componentCopy, componentEquals, componentHashcode, componentToString
      • Methods inherited from class java.lang.Object

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