Package 

Interface GenericRandomGenerator

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

    
    public interface GenericRandomGenerator<T extends Object>
     implements RandomGenerator<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.GenericRandomGenerator

        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