Class ConstructorBound
java.lang.Object
org.springframework.boot.context.properties.ConstructorBound
Helper class to programmatically bind configuration properties that use constructor
 injection.
- Since:
 - 3.0.0
 - Author:
 - Stephane Nicoll
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Objectfrom(BeanFactory beanFactory, String beanName, Class<?> beanType) Create an immutableConfigurationPropertiesinstance for the specifiedbeanNameandbeanTypeusing the specifiedBeanFactory. 
- 
Constructor Details
- 
ConstructorBound
public ConstructorBound() 
 - 
 - 
Method Details
- 
from
Create an immutableConfigurationPropertiesinstance for the specifiedbeanNameandbeanTypeusing the specifiedBeanFactory.- Parameters:
 beanFactory- the bean factory to usebeanName- the name of the beanbeanType- the type of the bean- Returns:
 - an instance from the specified bean
 
 
 -