Package 

Interface GenericDefaultGenerator

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

    
    public interface GenericDefaultGenerator<T extends Object>
     implements DefaultGenerator<T>
                        
    • 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
      T generate() 生成默认值。
      abstract T generate(Type targetType)
      abstract Class<T> getTargetType()
      String getComponentId()
      Map<String, Object> getComponentParams()
      • Methods inherited from class icu.windea.breezeframework.core.component.GenericDefaultGenerator

        componentCopy
      • Methods inherited from class icu.windea.breezeframework.core.component.Generator

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

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