| Modifier and Type | Field and Description |
|---|---|
static Args.ValueCreator |
Args.ENUM_CREATOR |
static Args.ValueCreator |
Args.FROM_STRING_CONSTRUCTOR
Args.ValueCreator building object using a one arg constructor taking a String object as parameter |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<Args.ValueCreator> |
Args.DEFAULT_VALUE_CREATORS |
private static java.util.List<Args.ValueCreator> |
Args.valueCreators |
| Modifier and Type | Method and Description |
|---|---|
static Args.ValueCreator |
Args.byStaticMethodInvocation(java.lang.Class<?> compatibleType,
java.lang.String methodName)
Creates a
Args.ValueCreator object able to create object assignable from given type,
using a static one arg method which name is the the given one taking a String object as parameter |
| Modifier and Type | Method and Description |
|---|---|
static void |
Args.registerValueCreator(Args.ValueCreator vc)
Allows external extension of the valiue creators.
|