Class ReflectionCacheManager.SupplyMethodSignature

java.lang.Object
io.jmix.flowui.sys.autowire.ReflectionCacheManager.SupplyMethodSignature
Enclosing class:
ReflectionCacheManager

public static class ReflectionCacheManager.SupplyMethodSignature extends Object
  • Field Details

    • name

      protected final String name
    • parameters

      protected final List<Class<?>> parameters
  • Constructor Details

    • SupplyMethodSignature

      public SupplyMethodSignature(String name, List<Class<?>> parameters)
  • Method Details