接口的使用
cn.taketoday.context.properties.bind.BindConstructorProvider
使用BindConstructorProvider的程序包
程序包
说明
Support for external configuration properties.
Support for
@ConfigurationProperties binding.-
cn.taketoday.context.properties中BindConstructorProvider的使用
-
cn.taketoday.context.properties.bind中BindConstructorProvider的使用
修饰符和类型字段说明static final BindConstructorProviderBindConstructorProvider.DEFAULTDefaultBindConstructorProviderimplementation that only returns a value when there's a single constructor and when the bindable has no existing value.限定符构造器说明Binder(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, cn.taketoday.core.conversion.ConversionService conversionService, Consumer<PropertyEditorRegistry> propertyEditorInitializer, BindHandler defaultBindHandler, BindConstructorProvider constructorProvider) Create a newBinderinstance for the specified sources.Binder(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, List<cn.taketoday.core.conversion.ConversionService> conversionServices, Consumer<PropertyEditorRegistry> propertyEditorInitializer, BindHandler defaultBindHandler, BindConstructorProvider constructorProvider) Create a newBinderinstance for the specified sources.