Interface Interceptor

    • Method Detail

      • interceptBeforeInstantiation

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

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

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