Package io.quarkus.arquillian
Class InjectionEnricher.IsolatedEnricher
- java.lang.Object
-
- io.quarkus.arquillian.InjectionEnricher.IsolatedEnricher
-
- All Implemented Interfaces:
BiFunction<Method,Object,Object[]>
- Enclosing class:
- InjectionEnricher
public static class InjectionEnricher.IsolatedEnricher extends Object implements BiFunction<Method,Object,Object[]>
-
-
Constructor Summary
Constructors Constructor Description IsolatedEnricher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]apply(Method method, Object creationalContext)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-