Class Interceptors
- java.lang.Object
-
- de.quantummaid.injectmaid.api.interception.Interceptors
-
public final class Interceptors extends Object
-
-
Constructor Summary
Constructors Constructor Description Interceptors()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInterceptor(Interceptor interceptor)InterceptorsenterScope(de.quantummaid.reflectmaid.ResolvedType scopeType, Object scopeObject)ObjectinterceptAfter(de.quantummaid.reflectmaid.ResolvedType type, Object object)Optional<?>interceptBefore(de.quantummaid.reflectmaid.ResolvedType type)static Interceptorsinterceptors()
-
-
-
Method Detail
-
interceptors
public static Interceptors interceptors()
-
interceptBefore
public Optional<?> interceptBefore(de.quantummaid.reflectmaid.ResolvedType type)
-
interceptAfter
public Object interceptAfter(de.quantummaid.reflectmaid.ResolvedType type, Object object)
-
addInterceptor
public void addInterceptor(Interceptor interceptor)
-
enterScope
public Interceptors enterScope(de.quantummaid.reflectmaid.ResolvedType scopeType, Object scopeObject)
-
-