Class QuarkusTestResourceLifecycleManager.TestInjector.Annotated

java.lang.Object
io.quarkus.test.common.QuarkusTestResourceLifecycleManager.TestInjector.Annotated
All Implemented Interfaces:
Predicate<Field>
Enclosing interface:
QuarkusTestResourceLifecycleManager.TestInjector

public static class QuarkusTestResourceLifecycleManager.TestInjector.Annotated extends Object implements Predicate<Field>
Returns true if the field is annotated with the supplied annotation.
  • Constructor Details

    • Annotated

      public Annotated(Class<? extends Annotation> annotationClass)
  • Method Details