Module org.simpleflatmapper.reflect
Package org.simpleflatmapper.reflect.asm
Class InstantiatorKey<S>
java.lang.Object
org.simpleflatmapper.reflect.asm.InstantiatorKey<S>
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiatorKey(Class<?> target, Class<S> source) InstantiatorKey(Object constructor, InjectedParam[] injectedParams, Class<S> source) InstantiatorKey(InstantiatorDefinition instantiatorDefinition, Map<Parameter, Getter<? super S, ?>> injections, Class<S> source) -
Method Summary
Modifier and TypeMethodDescriptionbooleanClass<?>static Class<?>getDeclaringClass(Object constructor) static Class<?>getDeclaringClass(InstantiatorDefinition definition) String[]Class<?>inthashCode()
-
Constructor Details
-
InstantiatorKey
-
InstantiatorKey
public InstantiatorKey(Class<?> target, Class<S> source) throws NoSuchMethodException, SecurityException -
InstantiatorKey
-
-
Method Details