Interface SearchWorkingInstantiatorListener

  • All Known Implementing Classes:
    SystemOutListener

    public interface SearchWorkingInstantiatorListener
    Author:
    Henri Tremblay
    • Method Detail

      • instantiatorSupported

        void instantiatorSupported​(Class<?> c)
      • instantiatorUnsupported

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

        void instantiatorNotFound​(String className,
                                  Throwable t)