Java org.springframework.beans.factory.wiring BeanWiringInfo fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.wiring BeanWiringInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.wiring BeanWiringInfo.

The text is from its open source code.

Field

Constructor

BeanWiringInfo(String beanName, boolean isDefaultBeanName)
Create a new BeanWiringInfo that points to the given bean name.
BeanWiringInfo(int autowireMode, boolean dependencyCheck)
Create a new BeanWiringInfo that indicates autowiring.
BeanWiringInfo(String beanName)
Create a new BeanWiringInfo that points to the given bean name.

Method

intgetAutowireMode()
Return one of the constants #AUTOWIRE_BY_NAME / #AUTOWIRE_BY_TYPE , if autowiring is indicated.
StringgetBeanName()
Return the specific bean name that this BeanWiringInfo points to, if any.
booleangetDependencyCheck()
Return whether to perform a dependency check for object references in the bean instance (after autowiring).
booleanindicatesAutowiring()
Return whether this BeanWiringInfo indicates autowiring.