Package 

Class AbstractQuerier

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

    
    public abstract class AbstractQuerier<T extends Object, R extends Object>
     implements Querier<T, R>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getComponentId()
      Map<String, Object> getComponentParams()
      Boolean equals(Object other)
      Integer hashCode()
      String toString()
      • Methods inherited from class icu.windea.breezeframework.core.component.AbstractQuerier

        componentCopy, query, queryOrDefault, queryOrElse, queryOrNull
      • Methods inherited from class icu.windea.breezeframework.core.component.Querier

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

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