Interface SimpleInterceptor
-
- All Superinterfaces:
Interceptor
public interface SimpleInterceptor extends Interceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Objectintercept(Object object)default ObjectinterceptAfterInstantiation(de.quantummaid.reflectmaid.ResolvedType type, Object instance)default Optional<?>interceptBeforeInstantiation(de.quantummaid.reflectmaid.ResolvedType type)-
Methods inherited from interface de.quantummaid.injectmaid.api.interception.Interceptor
enterScope
-
-
-
-
Method Detail
-
interceptBeforeInstantiation
default Optional<?> interceptBeforeInstantiation(de.quantummaid.reflectmaid.ResolvedType type)
- Specified by:
interceptBeforeInstantiationin interfaceInterceptor
-
interceptAfterInstantiation
default Object interceptAfterInstantiation(de.quantummaid.reflectmaid.ResolvedType type, Object instance)
- Specified by:
interceptAfterInstantiationin interfaceInterceptor
-
-