类 ValueProvider
- java.lang.Object
 - org.springframework.boot.configurationmetadata.ValueProvider
 
- 所有已实现的接口:
 Serializable
public class ValueProvider extends Object implements Serializable
Define a component that is able to provide the values of a property.Each provider is defined by a
nameand can have an arbitrary number ofparameters. The available providers are defined in the Spring Boot documentation.- 从以下版本开始:
 - 1.3.0
 - 另请参阅:
 - 序列化表格
 
构造器概要
构造器 构造器 说明 ValueProvider()
构造器详细资料
ValueProvider
public ValueProvider()