Package io.quarkus.test.common
Class QuarkusTestResourceLifecycleManager.TestInjector.AnnotatedAndMatchesType
java.lang.Object
io.quarkus.test.common.QuarkusTestResourceLifecycleManager.TestInjector.AnnotatedAndMatchesType
- Enclosing interface:
- QuarkusTestResourceLifecycleManager.TestInjector
public static class QuarkusTestResourceLifecycleManager.TestInjector.AnnotatedAndMatchesType
extends Object
implements Predicate<Field>
Returns
true if the field is annotated with the supplied annotation and can also be assigned
to the supplied type.-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedAndMatchesType(Class<? extends Annotation> annotationClass, Class<?> expectedFieldType) -
Method Summary