Interface Interceptor
-
- All Known Subinterfaces:
SimpleInterceptor
- All Known Implementing Classes:
OverwritingInterceptor
public interface Interceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default InterceptorenterScope(de.quantummaid.reflectmaid.ResolvedType scopeType, Object scopeObject)ObjectinterceptAfterInstantiation(de.quantummaid.reflectmaid.ResolvedType type, Object instance)Optional<?>interceptBeforeInstantiation(de.quantummaid.reflectmaid.ResolvedType type)
-
-
-
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)
-
-