T - The Bean definition type@Internal public abstract class AbstractParametrizedBeanDefinition<T> extends AbstractBeanDefinition<T> implements ParametrizedBeanFactory<T>
BeanDefinition that is a ParametrizedBeanFactory.executableMethodMap, fieldInjectionPoints, methodInjectionPoints, postConstructMethods, preDestroyMethodsCLASS_NAME_SUFFIX, EMPTY_METADATA, VALUE_MEMBEREMPTY| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractParametrizedBeanDefinition(Class<T> type,
                                  AnnotationMetadata annotationMetadata,
                                  boolean requiresReflection,
                                  Argument... arguments) | 
|   | AbstractParametrizedBeanDefinition(Class<T> producedType,
                                  Class<?> declaringType,
                                  String methodName,
                                  AnnotationMetadata methodMetadata,
                                  boolean requiresReflection,
                                  Argument... arguments) | 
| Modifier and Type | Method and Description | 
|---|---|
| T | build(BeanResolutionContext resolutionContext,
     BeanContext context,
     BeanDefinition<T> definition,
     Map<String,Object> requiredArgumentValues)Variation of the  BeanFactory.build(BeanContext, BeanDefinition)method that allows passing the values necessary for
 successful bean construction. | 
| protected abstract T | doBuild(BeanResolutionContext resolutionContext,
       BeanContext context,
       BeanDefinition<T> definition,
       Map<String,Object> requiredArgumentValues) | 
| Argument<?>[] | getRequiredArguments() | 
| boolean | isEnabled(BeanContext context)Return whether this component is enabled for the given context. | 
addExecutableMethod, addInjectionPoint, addInjectionPoint, addPostConstruct, addPreDestroy, configure, containsProperties, containsProperties, containsValueForField, containsValueForMethodArgument, equals, findBeanForConstructorArgument, findBeanForField, findBeanForMethodArgument, findMethod, findPossibleMethods, getAnnotationMetadata, getBeanForConstructorArgument, getBeanForField, getBeanForField, getBeanForMethodArgument, getBeanProviderForConstructorArgument, getBeanProviderForField, getBeanProviderForMethodArgument, getBeansOfTypeForConstructorArgument, getBeansOfTypeForField, getBeansOfTypeForMethodArgument, getBeanType, getConstructor, getDeclaringType, getExecutableMethods, getInjectedFields, getInjectedMethods, getName, getPostConstructMethods, getPreDestroyMethods, getProxiedBean, getRequiredComponents, getScope, getStreamOfTypeForField, getTypeArguments, getTypeArgumentsMap, getValueForConstructorArgument, getValueForField, getValueForMethodArgument, getValueForPath, getValueForPath, hashCode, inject, inject, injectAnother, injectBean, injectBeanField, injectBeanMethod, isAbstract, isIterable, isPrimary, isProvided, isSingleton, postConstruct, preDestroy, resolveAnnotationMetadata, streamOfTypeForConstructorArgument, streamOfTypeForMethodArgument, toString, warn, warnMissingPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitbuildbuildgetRequiredMethod, getTypeArguments, getTypeArguments, getTypeParameters, getTypeParameters, isProxybooleanValue, booleanValue, booleanValue, booleanValue, classValue, classValue, classValue, classValue, classValues, classValues, classValues, classValues, doubleValue, doubleValue, doubleValue, enumValue, enumValue, enumValue, enumValue, findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotation, getAnnotation, getAnnotationNameByStereotype, getAnnotationNameByStereotype, getAnnotationNames, getAnnotationNamesByStereotype, getAnnotationNamesByStereotype, getAnnotationType, getAnnotationTypeByStereotype, getAnnotationTypeByStereotype, getAnnotationTypesByStereotype, getAnnotationValuesByType, getDeclaredAnnotation, getDeclaredAnnotation, getDeclaredAnnotationNameByStereotype, getDeclaredAnnotationNames, getDeclaredAnnotationNamesByStereotype, getDeclaredAnnotationTypeByStereotype, getDeclaredAnnotationTypeByStereotype, getDeclaredAnnotationValuesByType, getDefaultValue, getDefaultValue, getDefaultValue, getDefaultValue, getDefaultValues, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValues, getValues, hasAnnotation, hasAnnotation, hasDeclaredAnnotation, hasDeclaredAnnotation, hasDeclaredStereotype, hasDeclaredStereotype, hasDeclaredStereotype, hasStereotype, hasStereotype, hasStereotype, hasStereotype, intValue, intValue, intValue, isAnnotationPresent, isDeclaredAnnotationPresent, isEmpty, isFalse, isFalse, isPresent, isPresent, isTrue, isTrue, longValue, longValue, stringValue, stringValue, stringValue, stringValue, stringValues, stringValues, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypehasSimpleAnnotation, hasSimpleDeclaredAnnotationrequiresMethodProcessingisEnabledpublic AbstractParametrizedBeanDefinition(Class<T> producedType, Class<?> declaringType, String methodName, AnnotationMetadata methodMetadata, boolean requiresReflection, Argument... arguments)
producedType - The produced typedeclaringType - The declaring typemethodName - The method namemethodMetadata - The method metadatarequiresReflection - Whether requires refectionarguments - The argumentsprotected AbstractParametrizedBeanDefinition(Class<T> type, AnnotationMetadata annotationMetadata, boolean requiresReflection, Argument... arguments)
type - The typeannotationMetadata - The annotation metadatarequiresReflection - Whether requires reflectionarguments - The argumentspublic Argument<?>[] getRequiredArguments()
getRequiredArguments in interface ParametrizedBeanFactory<T>public final T build(BeanResolutionContext resolutionContext, BeanContext context, BeanDefinition<T> definition, Map<String,Object> requiredArgumentValues) throws BeanInstantiationException
ParametrizedBeanFactoryBeanFactory.build(BeanContext, BeanDefinition) method that allows passing the values necessary for
 successful bean construction.build in interface ParametrizedBeanFactory<T>resolutionContext - The BeanResolutionContextcontext - The BeanContextdefinition - The BeanDefinitionrequiredArgumentValues - The required arguments values. The keys should match the names of the arguments
                               returned by ParametrizedBeanFactory.getRequiredArguments()BeanInstantiationException - If the bean cannot be instantiated for the arguments suppliedprotected abstract T doBuild(BeanResolutionContext resolutionContext, BeanContext context, BeanDefinition<T> definition, Map<String,Object> requiredArgumentValues)
resolutionContext - The resolution contextcontext - The bean contextdefinition - The bean definitionrequiredArgumentValues - The required argumentspublic boolean isEnabled(BeanContext context)
BeanContextConditionalisEnabled in interface BeanContextConditionalcontext - The context