Class FallbackStringToObjectConverter.IsFactoryMethod

java.lang.Object
org.junit.jupiter.params.converter.FallbackStringToObjectConverter.IsFactoryMethod
All Implemented Interfaces:
Predicate<Method>
Enclosing class:
FallbackStringToObjectConverter

static class FallbackStringToObjectConverter.IsFactoryMethod extends Object implements Predicate<Method>
Predicate that determines if the Method supplied to test(Method) is a non-private static factory method for the supplied targetType.
  • Field Details

    • targetType

      private final Class<?> targetType
  • Constructor Details

    • IsFactoryMethod

      IsFactoryMethod(Class<?> targetType)
  • Method Details