static class FallbackStringToObjectConverter.IsFactoryMethod
extends java.lang.Object
implements java.util.function.Predicate<java.lang.reflect.Method>
Predicate
that determines if the Method
supplied to
test(Method)
is a non-private static factory method for the
supplied targetType
.Modifier and Type | Field and Description |
---|---|
private java.lang.Class<?> |
targetType |
Constructor and Description |
---|
IsFactoryMethod(java.lang.Class<?> targetType) |
Modifier and Type | Method and Description |
---|---|
boolean |
test(java.lang.reflect.Method method) |