Package 

Interface Generator

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

    
    public interface Generator<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 T generate() 生成需要的值。
      String getComponentId()
      Map<String, Object> getComponentParams()
      • Methods inherited from class icu.windea.breezeframework.core.component.Generator

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

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