T - The constructed typepublic interface ConstructorInjectionPoint<T> extends CallableInjectionPoint<T>, BeanConstructor<T>
EMPTY| Modifier and Type | Method and Description | 
|---|---|
| default Class<T> | getDeclaringBeanType()Returns the bean type. | 
| default T | instantiate(Object... parameterValues)Instantiate an instance. | 
| T | invoke(Object... args)Invoke the constructor. | 
getArgumentsgetDeclaringBean, requiresReflectionfindAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypegetAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclaredgetArguments, getDescription, getDescriptionT invoke(Object... args)
args - The arguments@NonNull default Class<T> getDeclaringBeanType()
BeanConstructorgetDeclaringBeanType in interface BeanConstructor<T>@NonNull default T instantiate(Object... parameterValues)
BeanConstructorinstantiate in interface BeanConstructor<T>parameterValues - The parameter values