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, preDestroyMethods
CLASS_NAME_SUFFIX, EMPTY_METADATA, VALUE_MEMBER
EMPTY
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, hashCode, inject, inject, injectAnother, injectBean, injectBeanField, injectBeanMethod, isAbstract, isIterable, isPrimary, isProvided, isSingleton, postConstruct, preDestroy, resolveAnnotationMetadata, streamOfTypeForConstructorArgument, streamOfTypeForMethodArgument, toString, warn, warnMissingProperty
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
build
build
getRequiredMethod, getTypeArguments, getTypeArguments, getTypeParameters, getTypeParameters, isProxy
booleanValue, 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, 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, synthesizeDeclaredAnnotationsByType
requiresMethodProcessing
isEnabled
public 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
ParametrizedBeanFactory
BeanFactory.build(BeanContext, BeanDefinition)
method that allows passing the values necessary for
successful bean construction.build
in interface ParametrizedBeanFactory<T>
resolutionContext
- The BeanResolutionContext
context
- The BeanContext
definition
- The BeanDefinition
requiredArgumentValues
- 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)
BeanContextConditional
isEnabled
in interface BeanContextConditional
context
- The context