Interface Interceptor

    • Method Detail

      • interceptBeforeInstantiation

        Optional<?> interceptBeforeInstantiation​(de.quantummaid.reflectmaid.typescanner.TypeIdentifier type)
      • interceptAfterInstantiation

        Object interceptAfterInstantiation​(de.quantummaid.reflectmaid.typescanner.TypeIdentifier type,
                                           Object instance)
      • enterScope

        default Interceptor enterScope​(de.quantummaid.reflectmaid.typescanner.TypeIdentifier scopeType,
                                       Object scopeObject)