Class VerticleBeanDefinition

  • All Implemented Interfaces:
    Serializable, Cloneable, org.springframework.beans.BeanMetadataElement, org.springframework.beans.factory.config.BeanDefinition, org.springframework.core.AttributeAccessor

    public class VerticleBeanDefinition
    extends org.springframework.beans.factory.support.GenericBeanDefinition
    Author:
    Andy Moncsek , Johannes Schüth
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.springframework.beans.factory.support.AbstractBeanDefinition

        AUTOWIRE_AUTODETECT, AUTOWIRE_BY_NAME, AUTOWIRE_BY_TYPE, AUTOWIRE_CONSTRUCTOR, AUTOWIRE_NO, DEPENDENCY_CHECK_ALL, DEPENDENCY_CHECK_NONE, DEPENDENCY_CHECK_OBJECTS, DEPENDENCY_CHECK_SIMPLE, INFER_METHOD, SCOPE_DEFAULT
      • Fields inherited from interface org.springframework.beans.factory.config.BeanDefinition

        ROLE_APPLICATION, ROLE_INFRASTRUCTURE, ROLE_SUPPORT, SCOPE_PROTOTYPE, SCOPE_SINGLETON
    • Method Summary

      • Methods inherited from class org.springframework.beans.factory.support.GenericBeanDefinition

        cloneBeanDefinition, equals, getParentName, setParentName, toString
      • Methods inherited from class org.springframework.beans.factory.support.AbstractBeanDefinition

        addQualifier, applyDefaults, clone, copyQualifiersFrom, getAutowireMode, getBeanClass, getBeanClassName, getConstructorArgumentValues, getDependencyCheck, getDependsOn, getDescription, getDestroyMethodName, getFactoryBeanName, getFactoryMethodName, getInitMethodName, getInstanceSupplier, getMethodOverrides, getOriginatingBeanDefinition, getPropertyValues, getQualifier, getQualifiers, getResolvedAutowireMode, getResource, getResourceDescription, getRole, getScope, hasBeanClass, hasConstructorArgumentValues, hashCode, hasMethodOverrides, hasPropertyValues, hasQualifier, isAbstract, isAutowireCandidate, isEnforceDestroyMethod, isEnforceInitMethod, isLazyInit, isLenientConstructorResolution, isNonPublicAccessAllowed, isPrimary, isPrototype, isSingleton, isSynthetic, overrideFrom, prepareMethodOverride, prepareMethodOverrides, resolveBeanClass, setAbstract, setAutowireCandidate, setAutowireMode, setBeanClass, setBeanClassName, setConstructorArgumentValues, setDependencyCheck, setDependsOn, setDescription, setDestroyMethodName, setEnforceDestroyMethod, setEnforceInitMethod, setFactoryBeanName, setFactoryMethodName, setInitMethodName, setInstanceSupplier, setLazyInit, setLenientConstructorResolution, setMethodOverrides, setNonPublicAccessAllowed, setOriginatingBeanDefinition, setPrimary, setPropertyValues, setResource, setResourceDescription, setRole, setScope, setSynthetic, validate
      • Methods inherited from class org.springframework.beans.BeanMetadataAttributeAccessor

        addMetadataAttribute, getAttribute, getMetadataAttribute, getSource, removeAttribute, setAttribute, setSource
      • Methods inherited from class org.springframework.core.AttributeAccessorSupport

        attributeNames, copyAttributesFrom, hasAttribute
      • Methods inherited from interface org.springframework.core.AttributeAccessor

        attributeNames, getAttribute, hasAttribute, removeAttribute, setAttribute
      • Methods inherited from interface org.springframework.beans.BeanMetadataElement

        getSource
    • Constructor Detail

      • VerticleBeanDefinition

        public VerticleBeanDefinition​(Class<?> currentSpringVerticleClass)