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