Uses of Interface
org.simpleflatmapper.reflect.Instantiator
Packages that use Instantiator
Package
Description
Reflection tools.
Asm generation.
Reflection tools implementation.
-
Uses of Instantiator in org.simpleflatmapper.reflect
Fields in org.simpleflatmapper.reflect declared as InstantiatorModifier and TypeFieldDescriptionfinal Instantiator<Void,?> BuilderBiInstantiator.builderInstantiatorMethods in org.simpleflatmapper.reflect that return InstantiatorModifier and TypeMethodDescription<S,T> Instantiator<S, T> InstantiatorFactory.getArrayInstantiator(Class<?> elementType, int length) <S,T> Instantiator<S, T> InstantiatorFactory.getInstantiator(Type target, Class<S> source, List<InstantiatorDefinition> constructors, Map<Parameter, Getter<? super S, ?>> injections, boolean useAsmIfEnabled, boolean builderIgnoresNullValues) <S,T> Instantiator<S, T> InstantiatorFactory.getInstantiator(InstantiatorDefinition instantiatorDefinition, Class<S> source, Map<Parameter, Getter<? super S, ?>> injections, boolean useAsmIfEnabled, boolean builderIgnoresNullValues) <S,T> Instantiator<S, T> InstantiatorFactory.getOneArgIdentityInstantiator(InstantiatorDefinition id, boolean builderIgnoresNullValues) Constructors in org.simpleflatmapper.reflect with parameters of type InstantiatorModifierConstructorDescriptionBuilderBiInstantiator(Instantiator<Void, ?> builderInstantiator, MethodBiFunctionPair<S1, S2>[] chainedArguments, MethodBiFunctionPair<S1, S2>[] unchainedArguments, Method buildMethod, boolean ignoreNullValues) -
Uses of Instantiator in org.simpleflatmapper.reflect.asm
Fields in org.simpleflatmapper.reflect.asm with type parameters of type InstantiatorModifier and TypeFieldDescriptionstatic final Class<Instantiator>BiInstantiatorBuilder.INSTANTIATOR_CLASSMethods in org.simpleflatmapper.reflect.asm that return InstantiatorModifier and TypeMethodDescription<S,T> Instantiator<S, T> AsmFactory.createEmptyArgsInstantiator(Class<S> source, Class<? extends T> target) <S,T> Instantiator<S, T> AsmFactory.createInstantiator(Class<S> source, InstantiatorDefinition instantiatorDefinition, Map<Parameter, Getter<? super S, ?>> injections, boolean builderIgnoresNullValues) Methods in org.simpleflatmapper.reflect.asm with parameters of type InstantiatorModifier and TypeMethodDescriptionstatic <S1,S2> byte[] BiInstantiatorBuilder.createInstantiator(String className, Class<?> s1, Class<?> s2, Instantiator<Void, ?> builderInstantiator, BuilderInstantiatorDefinition instantiatorDefinition, Map<Parameter, org.simpleflatmapper.util.BiFunction<? super S1, ? super S2, ?>> injectionsMap, boolean ignoreNullValues) -
Uses of Instantiator in org.simpleflatmapper.reflect.getter
Constructors in org.simpleflatmapper.reflect.getter with parameters of type InstantiatorModifierConstructorDescriptionInstantiatorGetter(Instantiator<? super S, ? extends P> instantiator, Getter<? super T, ? extends S> getter) -
Uses of Instantiator in org.simpleflatmapper.reflect.impl
Classes in org.simpleflatmapper.reflect.impl that implement InstantiatorModifier and TypeClassDescriptionfinal classBuilderInstantiator<S,T> final classfinal classfinal classfinal classConstructors in org.simpleflatmapper.reflect.impl with parameters of type InstantiatorModifierConstructorDescriptionBuilderInstantiator(Instantiator<Void, ?> builderInstantiator, MethodGetterPair<S>[] chainedArguments, MethodGetterPair<S>[] unchainedArguments, Method buildMethod, boolean ignoreNullValues) -
Uses of Instantiator in org.simpleflatmapper.reflect.instantiator
Classes in org.simpleflatmapper.reflect.instantiator that implement Instantiator