| Package | Description |
|---|---|
| org.simpleflatmapper.reflect |
Reflection tools.
|
| Modifier and Type | Field and Description |
|---|---|
MethodBiFunctionPair<S1,S2>[] |
BuilderBiInstantiator.chainedArguments |
MethodBiFunctionPair<S1,S2>[] |
BuilderBiInstantiator.unchainedArguments |
| Constructor and Description |
|---|
BuilderBiInstantiator(Instantiator<Void,?> builderInstantiator,
MethodBiFunctionPair<S1,S2>[] chainedArguments,
MethodBiFunctionPair<S1,S2>[] unchainedArguments,
Method buildMethod,
boolean ignoreNullValues) |
BuilderBiInstantiator(Instantiator<Void,?> builderInstantiator,
MethodBiFunctionPair<S1,S2>[] chainedArguments,
MethodBiFunctionPair<S1,S2>[] unchainedArguments,
Method buildMethod,
boolean ignoreNullValues) |
Copyright © 2019. All rights reserved.