Interface SearchWorkingInstantiatorListener

All Known Implementing Classes:
SystemOutListener

public interface SearchWorkingInstantiatorListener
  • Method Details

    • instantiatorSupported

      void instantiatorSupported(Class<?> c)
    • instantiatorUnsupported

      void instantiatorUnsupported(Class<?> c, Throwable t)
    • instantiatorNotFound

      void instantiatorNotFound(String className, Throwable t)