Index

A B C D E G H I J K L M N O P Q R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accumulate(String, Object) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Appends value to the array already mapped to name.
add(Collection) - Method in class org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository
Register the specified sources.
add(ConfigurationMetadataProperty, ConfigurationMetadataSource) - Method in class org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository
Add a ConfigurationMetadataProperty with the source that defines it, if any.
array() - Method in class org.springframework.boot.configurationmetadata.json.JSONStringer
Begins encoding a new array.

B

back() - Method in class org.springframework.boot.configurationmetadata.json.JSONTokener
 
build() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataRepositoryJsonBuilder
Build a ConfigurationMetadataRepository with the current state of this builder.

C

ConfigurationMetadataGroup - Class in org.springframework.boot.configurationmetadata
Gather a collection of properties that are sharing a common prefix.
ConfigurationMetadataGroup(String) - Constructor for class org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup
 
ConfigurationMetadataProperty - Class in org.springframework.boot.configurationmetadata
Define a configuration property.
ConfigurationMetadataProperty() - Constructor for class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
ConfigurationMetadataRepository - Interface in org.springframework.boot.configurationmetadata
A repository of configuration metadata.
ConfigurationMetadataRepositoryJsonBuilder - Class in org.springframework.boot.configurationmetadata
Load a ConfigurationMetadataRepository from the content of arbitrary resource(s).
ConfigurationMetadataSource - Class in org.springframework.boot.configurationmetadata
A source of configuration metadata.
ConfigurationMetadataSource() - Constructor for class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
 
create() - Static method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataRepositoryJsonBuilder
Create a new builder instance using StandardCharsets.UTF_8 as the default charset.
create(InputStream...) - Static method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataRepositoryJsonBuilder
Create a new builder instance using StandardCharsets.UTF_8 as the default charset and the specified JSON resource.
create(Charset) - Static method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataRepositoryJsonBuilder
Create a new builder instance using the specified default Charset.

D

dehexchar(char) - Static method in class org.springframework.boot.configurationmetadata.json.JSONTokener
 
Deprecation - Class in org.springframework.boot.configurationmetadata
Indicate that a property is deprecated.
Deprecation() - Constructor for class org.springframework.boot.configurationmetadata.Deprecation
 
Deprecation.Level - Enum Class in org.springframework.boot.configurationmetadata
Define the deprecation level.

E

endArray() - Method in class org.springframework.boot.configurationmetadata.json.JSONStringer
Ends encoding the current array.
endObject() - Method in class org.springframework.boot.configurationmetadata.json.JSONStringer
Ends encoding the current object.
equals(Object) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
 
ERROR - Enum constant in enum class org.springframework.boot.configurationmetadata.Deprecation.Level
The property has been removed and is no longer bound.

G

get(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index.
get(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name.
getAllGroups() - Method in interface org.springframework.boot.configurationmetadata.ConfigurationMetadataRepository
Return the groups, indexed by id.
getAllGroups() - Method in class org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository
 
getAllProperties() - Method in interface org.springframework.boot.configurationmetadata.ConfigurationMetadataRepository
Return the properties, indexed by id.
getAllProperties() - Method in class org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository
 
getBoolean(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
getBoolean(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean.
getDefaultValue() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
The default value, if any.
getDeprecation() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
The Deprecation for this property, if any.
getDescription() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
A description of the property, if any.
getDescription() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
A description of this source, if any.
getDescription() - Method in class org.springframework.boot.configurationmetadata.ValueHint
A description of this value, if any.
getDouble(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
getDouble(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double.
getGroupId() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
The identifier of the group to which this source is associated.
getHints() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
Return the hints of this item.
getId() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup
Return the id of the group, used as a common prefix for all properties associated to it.
getId() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
The full identifier of the property, in lowercase dashed form (e.g.
getInt(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
getInt(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is an int or can be coerced to an int.
getJSONArray(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is a JSONArray.
getJSONArray(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is a JSONArray.
getJSONObject(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is a JSONObject.
getJSONObject(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is a JSONObject.
getKeyHints() - Method in class org.springframework.boot.configurationmetadata.Hints
The list of well-defined keys, if any.
getKeyProviders() - Method in class org.springframework.boot.configurationmetadata.Hints
The value providers that are applicable to the keys of this item.
getLevel() - Method in class org.springframework.boot.configurationmetadata.Deprecation
Define the Deprecation.Level of deprecation.
getLong(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
getLong(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long.
getName() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
The name of the property, in lowercase dashed form (e.g.
getName() - Method in class org.springframework.boot.configurationmetadata.ValueProvider
Return the name of the provider.
getParameters() - Method in class org.springframework.boot.configurationmetadata.ValueProvider
Return the parameters.
getProperties() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup
Return the properties defined in this group.
getProperties() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
Return the properties defined by this source.
getReason() - Method in class org.springframework.boot.configurationmetadata.Deprecation
A reason why the related property is deprecated, if any.
getReplacement() - Method in class org.springframework.boot.configurationmetadata.Deprecation
The full name of the property that replaces the related deprecated property, if any.
getShortDescription() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
A single-line, single-sentence description of this property, if any.
getShortDescription() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
A single-line, single-sentence description of this source, if any.
getShortDescription() - Method in class org.springframework.boot.configurationmetadata.ValueHint
A single-line, single-sentence description of this hint, if any.
getShortReason() - Method in class org.springframework.boot.configurationmetadata.Deprecation
A single-line, single-sentence reason why the related property is deprecated, if any.
getSourceMethod() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
The method name that defines this source, if any.
getSources() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup
Return the sources defining the properties of this group.
getSourceType() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
The type where this source is defined.
getString(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists, coercing it if necessary.
getString(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary.
getType() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
The class name of the data type of the property.
getType() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
The type of the source.
getValue() - Method in class org.springframework.boot.configurationmetadata.ValueHint
Return the hint value.
getValueHints() - Method in class org.springframework.boot.configurationmetadata.Hints
The list of well-defined values, if any.
getValueProviders() - Method in class org.springframework.boot.configurationmetadata.Hints
The value providers that are applicable to this item.

H

has(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns true if this object has a mapping for name.
hashCode() - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
 
Hints - Class in 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() - Constructor for class org.springframework.boot.configurationmetadata.Hints
 

I

include(ConfigurationMetadataRepository) - Method in class org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository
Merge the content of the specified repository to this repository.
isDeprecated() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
Specify if the property is deprecated.
isNull(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns true if this array has no value at index, or if its value is the null reference or JSONObject.NULL.
isNull(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns true if this object has no mapping for name or if it has a mapping whose value is JSONObject.NULL.

J

join(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns a new string by alternating this array's values with separator.
JSONArray - Class in org.springframework.boot.configurationmetadata.json
A dense indexed sequence of values.
JSONArray() - Constructor for class org.springframework.boot.configurationmetadata.json.JSONArray
Creates a JSONArray with no values.
JSONArray(Object) - Constructor for class org.springframework.boot.configurationmetadata.json.JSONArray
Creates a new JSONArray with values from the given primitive array.
JSONArray(String) - Constructor for class org.springframework.boot.configurationmetadata.json.JSONArray
Creates a new JSONArray with values from the JSON string.
JSONArray(Collection) - Constructor for class org.springframework.boot.configurationmetadata.json.JSONArray
Creates a new JSONArray by copying all values from the given collection.
JSONArray(JSONTokener) - Constructor for class org.springframework.boot.configurationmetadata.json.JSONArray
Creates a new JSONArray with values from the next array in the tokener.
JSONException - Exception Class in org.springframework.boot.configurationmetadata.json
Thrown to indicate a problem with the JSON API.
JSONException(String) - Constructor for exception class org.springframework.boot.configurationmetadata.json.JSONException
 
JSONObject - Class in org.springframework.boot.configurationmetadata.json
A modifiable set of name/value mappings.
JSONObject() - Constructor for class org.springframework.boot.configurationmetadata.json.JSONObject
Creates a JSONObject with no name/value mappings.
JSONObject(String) - Constructor for class org.springframework.boot.configurationmetadata.json.JSONObject
Creates a new JSONObject with name/value mappings from the JSON string.
JSONObject(Map) - Constructor for class org.springframework.boot.configurationmetadata.json.JSONObject
Creates a new JSONObject by copying all name/value mappings from the given map.
JSONObject(JSONObject, String[]) - Constructor for class org.springframework.boot.configurationmetadata.json.JSONObject
Creates a new JSONObject by copying mappings for the listed names from the given object.
JSONObject(JSONTokener) - Constructor for class org.springframework.boot.configurationmetadata.json.JSONObject
Creates a new JSONObject with name/value mappings from the next object in the tokener.
JSONStringer - Class in org.springframework.boot.configurationmetadata.json
JSONStringer() - Constructor for class org.springframework.boot.configurationmetadata.json.JSONStringer
 
JSONTokener - Class in org.springframework.boot.configurationmetadata.json
Parses a JSON (RFC 4627) encoded string into the corresponding object.
JSONTokener(String) - Constructor for class org.springframework.boot.configurationmetadata.json.JSONTokener
 

K

key(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONStringer
Encodes the key (property name) to this stringer.
keys() - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns an iterator of the String names in this object.

L

length() - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the number of values in this array.
length() - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the number of name/value mappings in this object.

M

more() - Method in class org.springframework.boot.configurationmetadata.json.JSONTokener
 

N

names() - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns an array containing the string names in this object.
next() - Method in class org.springframework.boot.configurationmetadata.json.JSONTokener
 
next(char) - Method in class org.springframework.boot.configurationmetadata.json.JSONTokener
 
next(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONTokener
 
nextClean() - Method in class org.springframework.boot.configurationmetadata.json.JSONTokener
 
nextString(char) - Method in class org.springframework.boot.configurationmetadata.json.JSONTokener
Returns the string up to but not including quote, unescaping any character escape sequences encountered along the way.
nextTo(char) - Method in class org.springframework.boot.configurationmetadata.json.JSONTokener
 
nextTo(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONTokener
 
nextValue() - Method in class org.springframework.boot.configurationmetadata.json.JSONTokener
Returns the next value from the input.
NULL - Static variable in class org.springframework.boot.configurationmetadata.json.JSONObject
A sentinel value used to explicitly define a name with no value.
numberToString(Number) - Static method in class org.springframework.boot.configurationmetadata.json.JSONObject
Encodes the number as a JSON string.

O

object() - Method in class org.springframework.boot.configurationmetadata.json.JSONStringer
Begins encoding a new object.
opt(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index, or null if the array has no value at index.
opt(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name, or null if no such mapping exists.
optBoolean(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
optBoolean(int, boolean) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
optBoolean(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean.
optBoolean(String, boolean) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean.
optDouble(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
optDouble(int, double) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
optDouble(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double.
optDouble(String, double) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double.
optInt(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
optInt(int, int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
optInt(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is an int or can be coerced to an int.
optInt(String, int) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is an int or can be coerced to an int.
optJSONArray(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is a JSONArray.
optJSONArray(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is a JSONArray.
optJSONObject(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is a JSONObject.
optJSONObject(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is a JSONObject.
optLong(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
optLong(int, long) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
optLong(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long.
optLong(String, long) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long.
optString(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists, coercing it if necessary.
optString(int, String) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns the value at index if it exists, coercing it if necessary.
optString(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary.
optString(String, String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary.
org.springframework.boot.configurationmetadata - package org.springframework.boot.configurationmetadata
Spring Boot configuration meta-data parser.
org.springframework.boot.configurationmetadata.json - package org.springframework.boot.configurationmetadata.json
 

P

put(boolean) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Appends value to the end of this array.
put(double) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Appends value to the end of this array.
put(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Appends value to the end of this array.
put(int, boolean) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, double) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, long) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, Object) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(long) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Appends value to the end of this array.
put(Object) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Appends value to the end of this array.
put(String, boolean) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, double) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, int) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, long) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, Object) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
putOpt(String, Object) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Equivalent to put(name, value) when both parameters are non-null; does nothing otherwise.

Q

quote(String) - Static method in class org.springframework.boot.configurationmetadata.json.JSONObject
Encodes data as a JSON string.

R

remove(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Removes and returns the value at index, or null if the array has no value at index.
remove(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Removes the named mapping if it exists; does nothing otherwise.
ROOT_GROUP - Static variable in interface 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) - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
setDeprecation(Deprecation) - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
setDescription(String) - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
setDescription(String) - Method in class org.springframework.boot.configurationmetadata.ValueHint
 
setId(String) - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
setLevel(Deprecation.Level) - Method in class org.springframework.boot.configurationmetadata.Deprecation
 
setName(String) - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
setName(String) - Method in class org.springframework.boot.configurationmetadata.ValueProvider
 
setReason(String) - Method in class org.springframework.boot.configurationmetadata.Deprecation
 
setReplacement(String) - Method in class org.springframework.boot.configurationmetadata.Deprecation
 
setShortDescription(String) - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
setShortDescription(String) - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
 
setShortDescription(String) - Method in class org.springframework.boot.configurationmetadata.ValueHint
 
setShortReason(String) - Method in class org.springframework.boot.configurationmetadata.Deprecation
 
setType(String) - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
 
setValue(Object) - Method in class org.springframework.boot.configurationmetadata.ValueHint
 
SimpleConfigurationMetadataRepository - Class in org.springframework.boot.configurationmetadata
The default ConfigurationMetadataRepository implementation.
SimpleConfigurationMetadataRepository() - Constructor for class org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository
 
skipPast(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONTokener
 
skipTo(char) - Method in class org.springframework.boot.configurationmetadata.json.JSONTokener
 
syntaxError(String) - Method in class org.springframework.boot.configurationmetadata.json.JSONTokener
Returns an exception containing the given message plus the current position and the entire input string.

T

toJSONArray(JSONArray) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Returns an array with the values corresponding to names.
toJSONObject(JSONArray) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Returns a new object whose values are the values in this array, and whose names are the values in names.
toString() - Method in class org.springframework.boot.configurationmetadata.Deprecation
 
toString() - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Encodes this array as a compact JSON string, such as:
toString() - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Encodes this object as a compact JSON string, such as:
toString() - Method in class org.springframework.boot.configurationmetadata.json.JSONStringer
Returns the encoded JSON string.
toString() - Method in class org.springframework.boot.configurationmetadata.json.JSONTokener
Returns the current position and the entire input string.
toString() - Method in class org.springframework.boot.configurationmetadata.ValueHint
 
toString() - Method in class org.springframework.boot.configurationmetadata.ValueProvider
 
toString(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONArray
Encodes this array as a human-readable JSON string for debugging, such as:
toString(int) - Method in class org.springframework.boot.configurationmetadata.json.JSONObject
Encodes this object as a human-readable JSON string for debugging, such as:

V

value(boolean) - Method in class org.springframework.boot.configurationmetadata.json.JSONStringer
Encodes value to this stringer.
value(double) - Method in class org.springframework.boot.configurationmetadata.json.JSONStringer
Encodes value to this stringer.
value(long) - Method in class org.springframework.boot.configurationmetadata.json.JSONStringer
Encodes value to this stringer.
value(Object) - Method in class org.springframework.boot.configurationmetadata.json.JSONStringer
Encodes value.
ValueHint - Class in org.springframework.boot.configurationmetadata
Hint for a value a given property may have.
ValueHint() - Constructor for class org.springframework.boot.configurationmetadata.ValueHint
 
valueOf(String) - Static method in enum class org.springframework.boot.configurationmetadata.Deprecation.Level
Returns the enum constant of this class with the specified name.
ValueProvider - Class in org.springframework.boot.configurationmetadata
Define a component that is able to provide the values of a property.
ValueProvider() - Constructor for class org.springframework.boot.configurationmetadata.ValueProvider
 
values() - Static method in enum class org.springframework.boot.configurationmetadata.Deprecation.Level
Returns an array containing the constants of this enum class, in the order they are declared.

W

WARNING - Enum constant in enum class org.springframework.boot.configurationmetadata.Deprecation.Level
The property is still bound.
withJsonResource(InputStream) - Method in class 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) - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataRepositoryJsonBuilder
Add the content of a ConfigurationMetadataRepository defined by the specified InputStream JSON document using the specified Charset.
wrap(Object) - Static method in class org.springframework.boot.configurationmetadata.json.JSONObject
Wraps the given object if necessary.
A B C D E G H I J K L M N O P Q R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form