Class QuarkusTestResourceLifecycleManager.TestInjector.MatchesType

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

public static class QuarkusTestResourceLifecycleManager.TestInjector.MatchesType extends Object implements Predicate<Field>
Returns true if the field can be assigned to the supplied type.
  • Constructor Details

    • MatchesType

      public MatchesType(Class<?> expectedFieldType)
  • Method Details