public final class BuilderInstantiator<S,T> extends Object implements Instantiator<S,T>
| Constructor and Description |
|---|
BuilderInstantiator(Instantiator<Void,?> builderInstantiator,
MethodGetterPair<S>[] chainedArguments,
MethodGetterPair<S>[] unchainedArguments,
Method buildMethod,
boolean ignoreNullValues) |
public BuilderInstantiator(Instantiator<Void,?> builderInstantiator, MethodGetterPair<S>[] chainedArguments, MethodGetterPair<S>[] unchainedArguments, Method buildMethod, boolean ignoreNullValues)
public T newInstance(S s) throws Exception
newInstance in interface Instantiator<S,T>ExceptionCopyright © 2020. All rights reserved.