Package 

Class AbstractDefaultGenerator

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

    
    public abstract class AbstractDefaultGenerator<T extends Object>
     implements DefaultGenerator<T>
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Class<T> targetType
    • Method Summary

      Modifier and Type Method Description
      Class<T> getTargetType() 目标类型。
      Boolean equals(Object other)
      Integer hashCode()
      String toString()
      • Methods inherited from class icu.windea.breezeframework.core.component.AbstractDefaultGenerator

        generate
      • Methods inherited from class java.lang.Object

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