Class ReflectionCacheManager.SubscribeMethodSignature

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

public static class ReflectionCacheManager.SubscribeMethodSignature extends Object
  • Field Details

    • eventType

      protected final Class<?> eventType
    • name

      protected final String name
    • nameMatchingRequired

      protected boolean nameMatchingRequired
  • Constructor Details

    • SubscribeMethodSignature

      public SubscribeMethodSignature(Class<?> eventType, @Nullable String name)
    • SubscribeMethodSignature

      public SubscribeMethodSignature(Class<?> eventType, @Nullable String name, boolean nameMatchingRequired)
  • Method Details