A B C D E G H I O R S T U V W 
所有类 所有程序包

A

add(Collection<ConfigurationMetadataSource>) - 类 中的方法org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository
Register the specified sources.
add(ConfigurationMetadataProperty, ConfigurationMetadataSource) - 类 中的方法org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository
Add a ConfigurationMetadataProperty with the source that defines it, if any.

B

build() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataRepositoryJsonBuilder
Build a ConfigurationMetadataRepository with the current state of this builder.

C

ConfigurationMetadataGroup - org.springframework.boot.configurationmetadata中的类
Gather a collection of properties that are sharing a common prefix.
ConfigurationMetadataGroup(String) - 类 的构造器org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup
 
ConfigurationMetadataProperty - org.springframework.boot.configurationmetadata中的类
Define a configuration property.
ConfigurationMetadataProperty() - 类 的构造器org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
ConfigurationMetadataRepository - org.springframework.boot.configurationmetadata中的接口
A repository of configuration metadata.
ConfigurationMetadataRepositoryJsonBuilder - org.springframework.boot.configurationmetadata中的类
Load a ConfigurationMetadataRepository from the content of arbitrary resource(s).
ConfigurationMetadataSource - org.springframework.boot.configurationmetadata中的类
A source of configuration metadata.
ConfigurationMetadataSource() - 类 的构造器org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
 
create() - 类 中的静态方法org.springframework.boot.configurationmetadata.ConfigurationMetadataRepositoryJsonBuilder
Create a new builder instance using ConfigurationMetadataRepositoryJsonBuilder.UTF_8 as the default charset.
create(InputStream...) - 类 中的静态方法org.springframework.boot.configurationmetadata.ConfigurationMetadataRepositoryJsonBuilder
Create a new builder instance using ConfigurationMetadataRepositoryJsonBuilder.UTF_8 as the default charset and the specified json resource.
create(Charset) - 类 中的静态方法org.springframework.boot.configurationmetadata.ConfigurationMetadataRepositoryJsonBuilder
Create a new builder instance using the specified default Charset.

D

Deprecation - org.springframework.boot.configurationmetadata中的类
Indicate that a property is deprecated.
Deprecation() - 类 的构造器org.springframework.boot.configurationmetadata.Deprecation
 
Deprecation.Level - org.springframework.boot.configurationmetadata中的枚举
Define the deprecation level.

E

ERROR - org.springframework.boot.configurationmetadata.Deprecation.Level
The property has been removed and is no longer bound.

G

getAllGroups() - 接口 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataRepository
Return the groups, indexed by id.
getAllGroups() - 类 中的方法org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository
 
getAllProperties() - 接口 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataRepository
Return the properties, indexed by id.
getAllProperties() - 类 中的方法org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository
 
getDefaultValue() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
The default value, if any.
getDeprecation() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
The Deprecation for this property, if any.
getDescription() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
A description of the property, if any.
getDescription() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
A description of this source, if any.
getDescription() - 类 中的方法org.springframework.boot.configurationmetadata.ValueHint
A description of this value, if any.
getGroupId() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
The identifier of the group to which this source is associated.
getHints() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
Return the hints of this item.
getId() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup
Return the id of the group, used as a common prefix for all properties associated to it.
getId() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
The full identifier of the property, in lowercase dashed form (e.g.
getKeyHints() - 类 中的方法org.springframework.boot.configurationmetadata.Hints
The list of well-defined keys, if any.
getKeyProviders() - 类 中的方法org.springframework.boot.configurationmetadata.Hints
The value providers that are applicable to the keys of this item.
getLevel() - 类 中的方法org.springframework.boot.configurationmetadata.Deprecation
Define the Deprecation.Level of deprecation.
getName() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
The name of the property, in lowercase dashed form (e.g. simple-property).
getName() - 类 中的方法org.springframework.boot.configurationmetadata.ValueProvider
Return the name of the provider.
getParameters() - 类 中的方法org.springframework.boot.configurationmetadata.ValueProvider
Return the parameters.
getProperties() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup
Return the properties defined in this group.
getProperties() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
Return the properties defined by this source.
getReason() - 类 中的方法org.springframework.boot.configurationmetadata.Deprecation
A reason why the related property is deprecated, if any.
getReplacement() - 类 中的方法org.springframework.boot.configurationmetadata.Deprecation
The full name of the property that replaces the related deprecated property, if any.
getShortDescription() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
A single-line, single-sentence description of this property, if any.
getShortDescription() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
A single-line, single-sentence description of this source, if any.
getShortDescription() - 类 中的方法org.springframework.boot.configurationmetadata.ValueHint
A single-line, single-sentence description of this hint, if any.
getSourceMethod() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
The method name that defines this source, if any.
getSources() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup
Return the sources defining the properties of this group.
getSourceType() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
The type where this source is defined.
getType() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
The class name of the data type of the property.
getType() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
The type of the source.
getValue() - 类 中的方法org.springframework.boot.configurationmetadata.ValueHint
Return the hint value.
getValueHints() - 类 中的方法org.springframework.boot.configurationmetadata.Hints
The list of well-defined values, if any.
getValueProviders() - 类 中的方法org.springframework.boot.configurationmetadata.Hints
The value providers that are applicable to this item.

H

Hints - org.springframework.boot.configurationmetadata中的类
Hints of an item to provide the list of values and/or the name of the provider responsible to identify suitable values.
Hints() - 类 的构造器org.springframework.boot.configurationmetadata.Hints
 

I

include(ConfigurationMetadataRepository) - 类 中的方法org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository
Merge the content of the specified repository to this repository.
isDeprecated() - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
Specify if the property is deprecated.

O

org.springframework.boot.configurationmetadata - 程序包 org.springframework.boot.configurationmetadata
Spring Boot configuration meta-data parser.

R

ROOT_GROUP - 接口 中的静态变量org.springframework.boot.configurationmetadata.ConfigurationMetadataRepository
Defines the name of the "root" group, that is the group that gathers all the properties that aren't attached to a specific group.

S

setDefaultValue(Object) - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
setDeprecation(Deprecation) - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
setDescription(String) - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
setDescription(String) - 类 中的方法org.springframework.boot.configurationmetadata.ValueHint
 
setId(String) - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
setLevel(Deprecation.Level) - 类 中的方法org.springframework.boot.configurationmetadata.Deprecation
 
setName(String) - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
setName(String) - 类 中的方法org.springframework.boot.configurationmetadata.ValueProvider
 
setReason(String) - 类 中的方法org.springframework.boot.configurationmetadata.Deprecation
 
setReplacement(String) - 类 中的方法org.springframework.boot.configurationmetadata.Deprecation
 
setShortDescription(String) - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
setShortDescription(String) - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
 
setShortDescription(String) - 类 中的方法org.springframework.boot.configurationmetadata.ValueHint
 
setType(String) - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
setValue(Object) - 类 中的方法org.springframework.boot.configurationmetadata.ValueHint
 
SimpleConfigurationMetadataRepository - org.springframework.boot.configurationmetadata中的类
The default ConfigurationMetadataRepository implementation.
SimpleConfigurationMetadataRepository() - 类 的构造器org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository
 

T

toString() - 类 中的方法org.springframework.boot.configurationmetadata.Deprecation
 
toString() - 类 中的方法org.springframework.boot.configurationmetadata.ValueHint
 
toString() - 类 中的方法org.springframework.boot.configurationmetadata.ValueProvider
 

U

UTF_8 - 类 中的静态变量org.springframework.boot.configurationmetadata.ConfigurationMetadataRepositoryJsonBuilder
UTF-8 Charset.

V

ValueHint - org.springframework.boot.configurationmetadata中的类
Hint for a value a given property may have.
ValueHint() - 类 的构造器org.springframework.boot.configurationmetadata.ValueHint
 
valueOf(String) - 枚举 中的静态方法org.springframework.boot.configurationmetadata.Deprecation.Level
返回带有指定名称的该类型的枚举常量。
ValueProvider - org.springframework.boot.configurationmetadata中的类
Define a component that is able to provide the values of a property.
ValueProvider() - 类 的构造器org.springframework.boot.configurationmetadata.ValueProvider
 
values() - 枚举 中的静态方法org.springframework.boot.configurationmetadata.Deprecation.Level
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WARNING - org.springframework.boot.configurationmetadata.Deprecation.Level
The property is still bound.
withJsonResource(InputStream) - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataRepositoryJsonBuilder
Add the content of a ConfigurationMetadataRepository defined by the specified InputStream json document using the default charset.
withJsonResource(InputStream, Charset) - 类 中的方法org.springframework.boot.configurationmetadata.ConfigurationMetadataRepositoryJsonBuilder
Add the content of a ConfigurationMetadataRepository defined by the specified InputStream json document using the specified Charset.
A B C D E G H I O R S T U V W 
所有类 所有程序包