Uses of Interface
org.simpleflatmapper.reflect.BiInstantiator
Packages that use BiInstantiator
Package
Description
Reflection tools.
Asm generation.
Reflection tools implementation.
-
Uses of BiInstantiator in org.simpleflatmapper.reflect
Classes in org.simpleflatmapper.reflect that implement BiInstantiatorMethods in org.simpleflatmapper.reflect that return BiInstantiatorModifier and TypeMethodDescription<S1,S2, T> BiInstantiator<S1, S2, T> InstantiatorFactory.getArrayBiInstantiator(Class<?> elementType, int length) <S1,S2, T> BiInstantiator<S1, S2, T> InstantiatorFactory.getBiInstantiator(Type target, Class<?> s1, Class<?> s2, List<InstantiatorDefinition> constructors, Map<Parameter, org.simpleflatmapper.util.BiFunction<? super S1, ? super S2, ?>> injections, boolean useAsmIfEnabled, boolean builderIgnoresNullValues) <S1,S2, T> BiInstantiator<S1, S2, T> InstantiatorFactory.getBiInstantiator(InstantiatorDefinition instantiatorDefinition, Class<?> s1, Class<?> s2, Map<Parameter, org.simpleflatmapper.util.BiFunction<? super S1, ? super S2, ?>> injections, boolean useAsmIfEnabled, boolean builderIgnoresNullValues) -
Uses of BiInstantiator in org.simpleflatmapper.reflect.asm
Fields in org.simpleflatmapper.reflect.asm with type parameters of type BiInstantiatorModifier and TypeFieldDescriptionstatic final Class<BiInstantiator>BiInstantiatorBuilder.BI_INSTANTIATOR_CLASSMethods in org.simpleflatmapper.reflect.asm that return BiInstantiatorModifier and TypeMethodDescription<S1,S2, T> BiInstantiator<S1, S2, T> AsmFactory.createBiInstantiator(Class<?> s1, Class<?> s2, InstantiatorDefinition instantiatorDefinition, Map<Parameter, org.simpleflatmapper.util.BiFunction<? super S1, ? super S2, ?>> injections, boolean builderIgnoresNullValues) -
Uses of BiInstantiator in org.simpleflatmapper.reflect.impl
Classes in org.simpleflatmapper.reflect.impl that implement BiInstantiatorModifier and TypeClassDescriptionfinal classEmptyConstructorBiInstantiator<S1,S2, T> final classEmptyStaticMethodBiInstantiator<S1,S2, T> final classInjectConstructorBiInstantiator<S1,S2, T> final classInjectStaticMethodBiInstantiator<S1,S2, T> -
Uses of BiInstantiator in org.simpleflatmapper.reflect.instantiator
Classes in org.simpleflatmapper.reflect.instantiator that implement BiInstantiator