public static interface DefaultMap.ValueFactory<T> extends ObjectFactory<T>
Modifier and Type | Method and Description |
---|---|
T |
newInstance()
Returns an instance of the object.
|
T newInstance()
ObjectFactory
newInstance
in interface ObjectFactory<T>