Uses of Class
org.simpleflatmapper.reflect.MethodBiFunctionPair
Packages that use MethodBiFunctionPair
-
Uses of MethodBiFunctionPair in org.simpleflatmapper.reflect
Fields in org.simpleflatmapper.reflect declared as MethodBiFunctionPairModifier and TypeFieldDescriptionfinal MethodBiFunctionPair<S1,S2>[] BuilderBiInstantiator.chainedArgumentsfinal MethodBiFunctionPair<S1,S2>[] BuilderBiInstantiator.unchainedArgumentsConstructors in org.simpleflatmapper.reflect with parameters of type MethodBiFunctionPairModifierConstructorDescriptionBuilderBiInstantiator(Instantiator<Void, ?> builderInstantiator, MethodBiFunctionPair<S1, S2>[] chainedArguments, MethodBiFunctionPair<S1, S2>[] unchainedArguments, Method buildMethod, boolean ignoreNullValues)