Package io.quarkus.test.component
Class InterceptorMethodCreator
java.lang.Object
io.quarkus.test.component.InterceptorMethodCreator
- All Implemented Interfaces:
io.quarkus.arc.InterceptorCreator
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.arc.InterceptorCreator
io.quarkus.arc.InterceptorCreator.InterceptFunction -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static voidclear()io.quarkus.arc.InterceptorCreator.InterceptFunction(package private) static String[]descriptor(Method interceptorMethod) (package private) static voidregister(org.junit.jupiter.api.extension.ExtensionContext context, Map<String, String[]> interceptorMethods)
-
Field Details
-
CREATE_KEY
- See Also:
-
-
Constructor Details
-
InterceptorMethodCreator
public InterceptorMethodCreator()
-
-
Method Details
-
create
public io.quarkus.arc.InterceptorCreator.InterceptFunction create(io.quarkus.arc.SyntheticCreationalContext<Object> context) - Specified by:
createin interfaceio.quarkus.arc.InterceptorCreator
-
descriptor
-
register
static void register(org.junit.jupiter.api.extension.ExtensionContext context, Map<String, String[]> interceptorMethods) throws ClassNotFoundException, NoSuchMethodException, SecurityException -
clear
static void clear()
-