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(java.lang.Class<T> type,
AnnotationMetadata annotationMetadata,
boolean requiresReflection,
Argument... arguments) |
|
AbstractParametrizedBeanDefinition(java.lang.Class<T> producedType,
java.lang.Class<?> declaringType,
java.lang.String methodName,
AnnotationMetadata methodMetadata,
boolean requiresReflection,
Argument... arguments) |
| Modifier and Type | Method and Description |
|---|---|
T |
build(BeanResolutionContext resolutionContext,
BeanContext context,
BeanDefinition<T> definition,
java.util.Map<java.lang.String,java.lang.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,
java.util.Map<java.lang.String,java.lang.Object> requiredArgumentValues) |
Argument<?>[] |
getRequiredArguments() |
boolean |
isEnabled(BeanContext context,
BeanResolutionContext resolutionContext)
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, waitbuildbuildgetDeclaredQualifier, getRequiredMethod, getTypeArguments, getTypeArguments, getTypeParameters, getTypeParameters, isProxy, resolveDynamicQualifierbooleanValue, booleanValue, booleanValue, booleanValue, classValue, classValue, classValue, classValue, classValues, classValues, classValues, classValues, doubleValue, doubleValue, doubleValue, enumValue, enumValue, enumValue, enumValue, enumValues, enumValues, enumValues, enumValues, findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotation, getAnnotation, getAnnotationNameByStereotype, getAnnotationNameByStereotype, getAnnotationNames, getAnnotationNamesByStereotype, getAnnotationNamesByStereotype, getAnnotationType, getAnnotationType, getAnnotationTypeByStereotype, getAnnotationTypeByStereotype, getAnnotationTypesByStereotype, 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, hasSimpleAnnotation, hasSimpleDeclaredAnnotation, 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, synthesizeDeclaredAnnotationsByTyperequiresMethodProcessingisEnabled, isEnabledpublic AbstractParametrizedBeanDefinition(java.lang.Class<T> producedType, java.lang.Class<?> declaringType, java.lang.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(java.lang.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, java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,java.lang.Object> requiredArgumentValues)
resolutionContext - The resolution contextcontext - The bean contextdefinition - The bean definitionrequiredArgumentValues - The required argumentspublic boolean isEnabled(@NonNull
BeanContext context,
@Nullable
BeanResolutionContext resolutionContext)
BeanContextConditionalisEnabled in interface BeanContextConditionalcontext - The contextresolutionContext - The bean resolution context