T - The generic type@Internal public final class ApplicationEventPublisherFactory<T> extends java.lang.Object implements BeanDefinition<ApplicationEventPublisher<T>>, BeanFactory<ApplicationEventPublisher<T>>, BeanDefinitionReference<ApplicationEventPublisher<T>>
ApplicationEventPublisher.NAMED_ATTRIBUTECLASS_NAME_SUFFIX, EMPTY_METADATA, VALUE_MEMBEREMPTY| Constructor and Description | 
|---|
ApplicationEventPublisherFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
ApplicationEventPublisher<T> | 
build(BeanResolutionContext resolutionContext,
     BeanContext context,
     BeanDefinition<ApplicationEventPublisher<T>> definition)
Builds a bean instance. 
 | 
boolean | 
equals(java.lang.Object o)  | 
AnnotationMetadata | 
getAnnotationMetadata()
Supplies the metadata. 
 | 
java.lang.String | 
getBeanDefinitionName()  | 
java.lang.Class<ApplicationEventPublisher<T>> | 
getBeanType()
Returns the bean type. 
 | 
java.util.List<Argument<?>> | 
getTypeArguments()
If the bean itself declares any type arguments this method will return the classes that represent those types. 
 | 
java.util.List<Argument<?>> | 
getTypeArguments(java.lang.Class<?> type)
Return the type arguments for the given interface or super type for this bean. 
 | 
int | 
hashCode()  | 
boolean | 
isAbstract()  | 
boolean | 
isCandidateBean(Argument<?> beanType)
Return whether this bean type is a candidate for dependency injection for the passed type. 
 | 
boolean | 
isContainerType()
Checks whether the bean type is a container type. 
 | 
boolean | 
isEnabled(BeanContext context,
         BeanResolutionContext resolutionContext)
Return whether this component is enabled for the given context. 
 | 
boolean | 
isPresent()  | 
boolean | 
isSingleton()  | 
BeanDefinition<ApplicationEventPublisher<T>> | 
load()
Loads the bean definition. 
 | 
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitasArgument, findMethod, findPossibleMethods, getConstructor, getContainerElement, getDeclaredQualifier, getDeclaringType, getExecutableMethods, getInjectedFields, getInjectedMethods, getName, getPostConstructMethods, getPreDestroyMethods, getRequiredComponents, getRequiredMethod, getScope, getScopeName, getTypeArguments, getTypeParameters, getTypeParameters, inject, inject, isIterable, isProvided, 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, findRepeatableAnnotation, findRepeatableAnnotation, getAnnotation, getAnnotation, getAnnotationNameByStereotype, getAnnotationNameByStereotype, getAnnotationNames, getAnnotationNamesByStereotype, getAnnotationNamesByStereotype, getAnnotationType, getAnnotationType, getAnnotationTypeByStereotype, getAnnotationTypeByStereotype, getAnnotationTypesByStereotype, getAnnotationTypesByStereotype, getAnnotationTypesByStereotype, getAnnotationValuesByType, getDeclaredAnnotation, getDeclaredAnnotation, getDeclaredAnnotationNameByStereotype, getDeclaredAnnotationNames, getDeclaredAnnotationNamesByStereotype, getDeclaredAnnotationTypeByStereotype, getDeclaredAnnotationTypeByStereotype, getDeclaredAnnotationValuesByType, getDeclaredMetadata, 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, hasPropertyExpressions, hasSimpleAnnotation, hasSimpleDeclaredAnnotation, hasStereotype, hasStereotype, hasStereotype, hasStereotype, intValue, intValue, intValue, isAnnotationPresent, isDeclaredAnnotationPresent, isEmpty, isFalse, isFalse, isPresent, isPresent, isRepeatableAnnotation, isRepeatableAnnotation, isTrue, isTrue, longValue, longValue, stringValue, stringValue, stringValue, stringValue, stringValues, stringValues, stringValues, stringValues, synthesize, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypegetValues, hasDeclaredStereotype, isAnnotationPresent, isDeclaredAnnotationPresentbuildisConfigurationProperties, isContextScope, loadgetExposedTypes, isPrimary, requiresMethodProcessingisEnabledpublic boolean isAbstract()
isAbstract in interface BeanDefinition<ApplicationEventPublisher<T>>public boolean isCandidateBean(Argument<?> beanType)
BeanTypeisCandidateBean in interface BeanDefinition<ApplicationEventPublisher<T>>isCandidateBean in interface BeanType<ApplicationEventPublisher<T>>beanType - The bean typepublic AnnotationMetadata getAnnotationMetadata()
AnnotationMetadataProviderAnnotationMetadata.EMPTY_METADATA.getAnnotationMetadata in interface AnnotationMetadataProviderAnnotationMetadatapublic boolean isContainerType()
BeanTypeisContainerType in interface BeanType<ApplicationEventPublisher<T>>Iterable.public boolean isEnabled(BeanContext context, BeanResolutionContext resolutionContext)
BeanContextConditionalisEnabled in interface BeanContextConditionalcontext - The contextresolutionContext - The bean resolution contextpublic boolean isSingleton()
isSingleton in interface BeanDefinition<ApplicationEventPublisher<T>>isSingleton in interface BeanDefinitionReference<ApplicationEventPublisher<T>>public java.lang.Class<ApplicationEventPublisher<T>> getBeanType()
BeanTypegetBeanType in interface BeanDefinition<ApplicationEventPublisher<T>>getBeanType in interface BeanType<ApplicationEventPublisher<T>>public java.lang.String getBeanDefinitionName()
getBeanDefinitionName in interface BeanDefinitionReference<ApplicationEventPublisher<T>>BeanDefinitionpublic BeanDefinition<ApplicationEventPublisher<T>> load()
BeanDefinitionReferenceload in interface BeanDefinitionReference<ApplicationEventPublisher<T>>public boolean isPresent()
isPresent in interface BeanDefinitionReference<ApplicationEventPublisher<T>>public ApplicationEventPublisher<T> build(BeanResolutionContext resolutionContext, BeanContext context, BeanDefinition<ApplicationEventPublisher<T>> definition) throws BeanInstantiationException
BeanFactorybuild in interface BeanFactory<ApplicationEventPublisher<T>>resolutionContext - The bean resolution contextcontext - The contextdefinition - The definitionBeanInstantiationException - if the instance could not be instantiated@NonNull public java.util.List<Argument<?>> getTypeArguments(java.lang.Class<?> type)
BeanDefinitiongetTypeArguments in interface BeanDefinition<ApplicationEventPublisher<T>>type - The super class or interface type@NonNull public java.util.List<Argument<?>> getTypeArguments()
BeanDefinitiongetTypeArguments in interface BeanDefinition<ApplicationEventPublisher<T>>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object