类 ConfigurationPropertiesBindConstructorProvider
java.lang.Object
cn.taketoday.context.properties.ConfigurationPropertiesBindConstructorProvider
- 所有已实现的接口:
BindConstructorProvider
public class ConfigurationPropertiesBindConstructorProvider
extends Object
implements BindConstructorProvider
BindConstructorProvider used when binding
@ConfigurationProperties.- 从以下版本开始:
- 4.0
- 作者:
- Madhura Bhave, Phillip Webb, Harry Yang
-
字段概要
字段修饰符和类型字段说明static final ConfigurationPropertiesBindConstructorProviderA shared singletonConfigurationPropertiesBindConstructorProviderinstance.从接口继承的字段 cn.taketoday.context.properties.bind.BindConstructorProvider
DEFAULT -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Constructor<?>getBindConstructor(Bindable<?> bindable, boolean isNestedConstructorBinding) Return the bind constructor to use for the given bindable, ornullif constructor binding is not supported.
-
字段详细资料
-
INSTANCE
A shared singletonConfigurationPropertiesBindConstructorProviderinstance.
-
-
构造器详细资料
-
ConfigurationPropertiesBindConstructorProvider
public ConfigurationPropertiesBindConstructorProvider()
-
-
方法详细资料
-
getBindConstructor
从接口复制的说明:BindConstructorProviderReturn the bind constructor to use for the given bindable, ornullif constructor binding is not supported.- 指定者:
getBindConstructor在接口中BindConstructorProvider- 参数:
bindable- the bindable to checkisNestedConstructorBinding- if this binding is nested within a constructor binding- 返回:
- the bind constructor or
null
-