Class QuarkusTestResourceLifecycleManager.TestInjector.AnnotatedAndMatchesType

java.lang.Object
io.quarkus.test.common.QuarkusTestResourceLifecycleManager.TestInjector.AnnotatedAndMatchesType
All Implemented Interfaces:
Predicate<Field>
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 Details

    • AnnotatedAndMatchesType

      public AnnotatedAndMatchesType(Class<? extends Annotation> annotationClass, Class<?> expectedFieldType)
  • Method Details