Package 

Interface ConfigurableDefaultGenerator

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

    
    public interface ConfigurableDefaultGenerator<T extends Object>
     implements DefaultGenerator<T>, ConfigurableComponent
                        
    • Method Summary

      Modifier and Type Method Description
      abstract ConfigurableDefaultGenerator<T> configure(Map<String, Object> configParams) 根据指定的配置复制当前对象,返回一个新对象。
      abstract Class<T> getTargetType() 目标类型。
      abstract Map<String, Object> getConfigParams() 配置参数。
      • Methods inherited from class icu.windea.breezeframework.core.component.ConfigurableDefaultGenerator

        generate
      • Methods inherited from class java.lang.Object

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