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 | Method and Description |
---|---|
static Args.ValueCreator |
Args.byStaticMethodInvocation(Class<?> compatibleType,
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.
|
Copyright © 2016. All rights reserved.