Package 

Interface GenericDefaultGenerator

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

    
    public interface GenericDefaultGenerator<T extends Object>
     implements DefaultGenerator<T>
                        
    • Method Summary

      Modifier and Type Method Description
      abstract T generate(Type targetType)
      T generate() 生成默认值。
      abstract Class<T> getTargetType() 目标类型。
      • Methods inherited from class java.lang.Object

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