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 voidregisterCreate(String key, Function<io.quarkus.arc.SyntheticCreationalContext<?>, io.quarkus.arc.InterceptorCreator.InterceptFunction> create)
-
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
-
registerCreate
-
clear
static void clear()
-