A B C D E F G H I J K L M N O P Q R S T V W 
所有类 所有程序包

A

accumulate(String, Object) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Appends value to the array already mapped to name.
add(ItemHint) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ConfigurationMetadata
Add item hint.
add(ItemMetadata) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ConfigurationMetadata
Add item meta-data.
add(ItemMetadata) - 类 中的方法org.springframework.boot.configurationprocessor.MetadataCollector
 
array() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONStringer
Begins encoding a new array.

B

back() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONTokener
 
buildToStringProperty(StringBuilder, String, Object) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 

C

compareTo(ItemHint) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemHint
 
compareTo(ItemMetadata) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
ConfigurationMetadata - org.springframework.boot.configurationprocessor.metadata中的类
Configuration meta-data.
ConfigurationMetadata() - 类 的构造器org.springframework.boot.configurationprocessor.metadata.ConfigurationMetadata
 
ConfigurationMetadata(ConfigurationMetadata) - 类 的构造器org.springframework.boot.configurationprocessor.metadata.ConfigurationMetadata
 
ConfigurationMetadataAnnotationProcessor - org.springframework.boot.configurationprocessor中的类
Annotation Processor that writes meta-data file for @ConfigurationProperties.
ConfigurationMetadataAnnotationProcessor() - 类 的构造器org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor
 
configurationPropertiesAnnotation() - 类 中的方法org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor
 

D

dehexchar(char) - 类 中的静态方法org.springframework.boot.configurationprocessor.json.JSONTokener
 
deprecatedConfigurationPropertyAnnotation() - 类 中的方法org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor
 

E

endArray() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONStringer
Ends encoding the current array.
endObject() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONStringer
Ends encoding the current object.
endpointAnnotation() - 类 中的方法org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor
 
equals(Object) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
 
equals(Object) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemDeprecation
 
equals(Object) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 

F

FieldValuesParser - org.springframework.boot.configurationprocessor.fieldvalues中的接口
Parser which can be used to obtain the field values from an TypeElement.

G

get(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index.
get(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name.
getBoolean(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
getBoolean(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean.
getDefaultValue() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
getDeprecation() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
getDescription() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemHint.ValueHint
 
getDescription() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
getDouble(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
getDouble(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double.
getFieldValues(TypeElement) - 接口 中的方法org.springframework.boot.configurationprocessor.fieldvalues.FieldValuesParser
Return the field values for the given element.
getFieldValues(TypeElement) - 类 中的方法org.springframework.boot.configurationprocessor.fieldvalues.javac.JavaCompilerFieldValuesParser
 
getHints() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ConfigurationMetadata
Return hint meta-data.
getInt(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
getInt(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists and is an int or can be coerced to an int.
getItems() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ConfigurationMetadata
Return item meta-data.
getJSONArray(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is a JSONArray.
getJSONArray(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists and is a JSONArray.
getJSONObject(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is a JSONObject.
getJSONObject(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists and is a JSONObject.
getKind() - 异常错误 中的方法org.springframework.boot.configurationprocessor.metadata.InvalidConfigurationMetadataException
 
getLevel() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemDeprecation
 
getLong(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
getLong(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long.
getMetadata() - 类 中的方法org.springframework.boot.configurationprocessor.MetadataCollector
 
getName() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemHint
 
getName() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemHint.ValueProvider
 
getName() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
getParameters() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemHint.ValueProvider
 
getProviders() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemHint
 
getReason() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemDeprecation
 
getReplacement() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemDeprecation
 
getSourceMethod() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
getSourceType() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
getString(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists, coercing it if necessary.
getString(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary.
getSupportedOptions() - 类 中的方法org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor
 
getSupportedSourceVersion() - 类 中的方法org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor
 
getType() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
getValue() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemHint.ValueHint
 
getValues() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemHint
 
GROUP - org.springframework.boot.configurationprocessor.metadata.ItemMetadata.ItemType
Group item type.

H

has(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns true if this object has a mapping for name.
hashCode() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
 
hashCode() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemDeprecation
 
hashCode() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
hasSameType(ItemMetadata) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
hasSimilarGroup(ItemMetadata) - 类 中的方法org.springframework.boot.configurationprocessor.MetadataCollector
 

I

init(ProcessingEnvironment) - 类 中的方法org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor
 
InvalidConfigurationMetadataException - org.springframework.boot.configurationprocessor.metadata中的异常错误
Thrown to indicate that some meta-data is invalid.
InvalidConfigurationMetadataException(String, Diagnostic.Kind) - 异常错误 的构造器org.springframework.boot.configurationprocessor.metadata.InvalidConfigurationMetadataException
 
isNull(int) - 类 中的方法org.springframework.boot.configurationprocessor.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) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns true if this object has no mapping for name or if it has a mapping whose value is JSONObject.NULL.
isOfItemType(ItemMetadata.ItemType) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
ItemDeprecation - org.springframework.boot.configurationprocessor.metadata中的类
Describe an item deprecation.
ItemDeprecation() - 类 的构造器org.springframework.boot.configurationprocessor.metadata.ItemDeprecation
 
ItemDeprecation(String, String) - 类 的构造器org.springframework.boot.configurationprocessor.metadata.ItemDeprecation
 
ItemDeprecation(String, String, String) - 类 的构造器org.springframework.boot.configurationprocessor.metadata.ItemDeprecation
 
ItemHint - org.springframework.boot.configurationprocessor.metadata中的类
Provide hints on an ItemMetadata.
ItemHint(String, List<ItemHint.ValueHint>, List<ItemHint.ValueProvider>) - 类 的构造器org.springframework.boot.configurationprocessor.metadata.ItemHint
 
ItemHint.ValueHint - org.springframework.boot.configurationprocessor.metadata中的类
A hint for a value.
ItemHint.ValueProvider - org.springframework.boot.configurationprocessor.metadata中的类
A value provider.
ItemMetadata - org.springframework.boot.configurationprocessor.metadata中的类
A group or property meta-data item from some ConfigurationMetadata.
ItemMetadata.ItemType - org.springframework.boot.configurationprocessor.metadata中的枚举
The item type.

J

JavaCompilerFieldValuesParser - org.springframework.boot.configurationprocessor.fieldvalues.javac中的类
FieldValuesParser implementation for the standard Java compiler.
JavaCompilerFieldValuesParser(ProcessingEnvironment) - 类 的构造器org.springframework.boot.configurationprocessor.fieldvalues.javac.JavaCompilerFieldValuesParser
 
join(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns a new string by alternating this array's values with separator.
JSONArray - org.springframework.boot.configurationprocessor.json中的类
A dense indexed sequence of values.
JSONArray() - 类 的构造器org.springframework.boot.configurationprocessor.json.JSONArray
Creates a JSONArray with no values.
JSONArray(Object) - 类 的构造器org.springframework.boot.configurationprocessor.json.JSONArray
Creates a new JSONArray with values from the given primitive array.
JSONArray(String) - 类 的构造器org.springframework.boot.configurationprocessor.json.JSONArray
Creates a new JSONArray with values from the JSON string.
JSONArray(Collection) - 类 的构造器org.springframework.boot.configurationprocessor.json.JSONArray
Creates a new JSONArray by copying all values from the given collection.
JSONArray(JSONTokener) - 类 的构造器org.springframework.boot.configurationprocessor.json.JSONArray
Creates a new JSONArray with values from the next array in the tokener.
JSONException - org.springframework.boot.configurationprocessor.json中的异常错误
Thrown to indicate a problem with the JSON API.
JSONException(String) - 异常错误 的构造器org.springframework.boot.configurationprocessor.json.JSONException
 
JsonMarshaller - org.springframework.boot.configurationprocessor.metadata中的类
Marshaller to write ConfigurationMetadata as JSON.
JsonMarshaller() - 类 的构造器org.springframework.boot.configurationprocessor.metadata.JsonMarshaller
 
JSONObject - org.springframework.boot.configurationprocessor.json中的类
A modifiable set of name/value mappings.
JSONObject() - 类 的构造器org.springframework.boot.configurationprocessor.json.JSONObject
Creates a JSONObject with no name/value mappings.
JSONObject(String) - 类 的构造器org.springframework.boot.configurationprocessor.json.JSONObject
Creates a new JSONObject with name/value mappings from the JSON string.
JSONObject(Map) - 类 的构造器org.springframework.boot.configurationprocessor.json.JSONObject
Creates a new JSONObject by copying all name/value mappings from the given map.
JSONObject(JSONObject, String[]) - 类 的构造器org.springframework.boot.configurationprocessor.json.JSONObject
Creates a new JSONObject by copying mappings for the listed names from the given object.
JSONObject(JSONTokener) - 类 的构造器org.springframework.boot.configurationprocessor.json.JSONObject
Creates a new JSONObject with name/value mappings from the next object in the tokener.
JSONStringer - org.springframework.boot.configurationprocessor.json中的类
JSONStringer() - 类 的构造器org.springframework.boot.configurationprocessor.json.JSONStringer
 
JSONTokener - org.springframework.boot.configurationprocessor.json中的类
Parses a JSON (RFC 4627) encoded string into the corresponding object.
JSONTokener(String) - 类 的构造器org.springframework.boot.configurationprocessor.json.JSONTokener
 

K

key(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONStringer
Encodes the key (property name) to this stringer.
keys() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns an iterator of the String names in this object.

L

length() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the number of values in this array.
length() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the number of name/value mappings in this object.

M

merge(ConfigurationMetadata) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ConfigurationMetadata
Merge the content from another ConfigurationMetadata.
mergeItemMetadata(ItemMetadata) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ConfigurationMetadata
 
MetadataCollector - org.springframework.boot.configurationprocessor中的类
MetadataCollector(ProcessingEnvironment, ConfigurationMetadata) - 类 的构造器org.springframework.boot.configurationprocessor.MetadataCollector
Creates a new MetadataProcessor instance.
MetadataStore - org.springframework.boot.configurationprocessor中的类
A MetadataStore is responsible for the storage of metadata on the filesystem.
MetadataStore(ProcessingEnvironment) - 类 的构造器org.springframework.boot.configurationprocessor.MetadataStore
 
more() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONTokener
 

N

names() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns an array containing the string names in this object.
nestedConfigurationPropertyAnnotation() - 类 中的方法org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor
 
nestedPrefix(String, String) - 类 中的静态方法org.springframework.boot.configurationprocessor.metadata.ConfigurationMetadata
 
newGroup(String, String, String, String) - 类 中的静态方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
newHint(String, ItemHint.ValueHint...) - 类 中的静态方法org.springframework.boot.configurationprocessor.metadata.ItemHint
 
newItemMetadataPrefix(String, String) - 类 中的静态方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
newProperty(String, String, String, String, String, String, Object, ItemDeprecation) - 类 中的静态方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
next() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONTokener
 
next(char) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONTokener
 
next(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONTokener
 
nextClean() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONTokener
 
nextString(char) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONTokener
Returns the string up to but not including quote, unescaping any character escape sequences encountered along the way.
nextTo(char) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONTokener
 
nextTo(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONTokener
 
nextValue() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONTokener
Returns the next value from the input.
NONE - 接口 中的静态变量org.springframework.boot.configurationprocessor.fieldvalues.FieldValuesParser
Implementation of FieldValuesParser that always returns an empty result.
NULL - 类 中的静态变量org.springframework.boot.configurationprocessor.json.JSONObject
A sentinel value used to explicitly define a name with no value.
numberToString(Number) - 类 中的静态方法org.springframework.boot.configurationprocessor.json.JSONObject
Encodes the number as a JSON string.

O

object() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONStringer
Begins encoding a new object.
opt(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index, or null if the array has no value at index.
opt(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name, or null if no such mapping exists.
optBoolean(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
optBoolean(int, boolean) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
optBoolean(String) - 类 中的方法org.springframework.boot.configurationprocessor.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) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean.
optDouble(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
optDouble(int, double) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
optDouble(String) - 类 中的方法org.springframework.boot.configurationprocessor.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) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double.
optInt(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
optInt(int, int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
optInt(String) - 类 中的方法org.springframework.boot.configurationprocessor.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) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists and is an int or can be coerced to an int.
optJSONArray(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is a JSONArray.
optJSONArray(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists and is a JSONArray.
optJSONObject(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is a JSONObject.
optJSONObject(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists and is a JSONObject.
optLong(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
optLong(int, long) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
optLong(String) - 类 中的方法org.springframework.boot.configurationprocessor.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) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long.
optString(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists, coercing it if necessary.
optString(int, String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns the value at index if it exists, coercing it if necessary.
optString(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary.
optString(String, String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary.
org.springframework.boot.configurationprocessor - 程序包 org.springframework.boot.configurationprocessor
Annotation processor to create @ConfigurationProperties meta-data files.
org.springframework.boot.configurationprocessor.fieldvalues - 程序包 org.springframework.boot.configurationprocessor.fieldvalues
Abstraction for field value parsing.
org.springframework.boot.configurationprocessor.fieldvalues.javac - 程序包 org.springframework.boot.configurationprocessor.fieldvalues.javac
Field value parsing for the standard Java compiler.
org.springframework.boot.configurationprocessor.json - 程序包 org.springframework.boot.configurationprocessor.json
 
org.springframework.boot.configurationprocessor.metadata - 程序包 org.springframework.boot.configurationprocessor.metadata
The configuration properties meta-data model and JSON writing support.

P

process(Set<? extends TypeElement>, RoundEnvironment) - 类 中的方法org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor
 
processing(RoundEnvironment) - 类 中的方法org.springframework.boot.configurationprocessor.MetadataCollector
 
PROPERTY - org.springframework.boot.configurationprocessor.metadata.ItemMetadata.ItemType
Property item type.
put(boolean) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Appends value to the end of this array.
put(double) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Appends value to the end of this array.
put(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Appends value to the end of this array.
put(int, boolean) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, double) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, long) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, Object) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(long) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Appends value to the end of this array.
put(Object) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Appends value to the end of this array.
put(String, boolean) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, double) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, long) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, Object) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
putOpt(String, Object) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Equivalent to put(name, value) when both parameters are non-null; does nothing otherwise.

Q

quote(String) - 类 中的静态方法org.springframework.boot.configurationprocessor.json.JSONObject
Encodes data as a JSON string.

R

read(InputStream) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.JsonMarshaller
 
readAdditionalMetadata() - 类 中的方法org.springframework.boot.configurationprocessor.MetadataStore
 
readMetadata() - 类 中的方法org.springframework.boot.configurationprocessor.MetadataStore
 
readOperationAnnotation() - 类 中的方法org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor
 
remove(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Removes and returns the value at index, or null if the array has no value at index.
remove(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Removes the named mapping if it exists; does nothing otherwise.

S

setDefaultValue(Object) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
setDeprecation(ItemDeprecation) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
setDescription(String) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
setLevel(String) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemDeprecation
 
setName(String) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
setReason(String) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemDeprecation
 
setReplacement(String) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemDeprecation
 
setSourceMethod(String) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
setSourceType(String) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
setType(String) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
skipPast(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONTokener
 
skipTo(char) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONTokener
 
syntaxError(String) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONTokener
Returns an exception containing the given message plus the current position and the entire input string.

T

toJSONArray(JSONArray) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Returns an array with the values corresponding to names.
toJSONObject(JSONArray) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Returns a new object whose values are the values in this array, and whose names are the values in names.
toString() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Encodes this array as a compact JSON string, such as:
toString() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Encodes this object as a compact JSON string, such as:
toString() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONStringer
Returns the encoded JSON string.
toString() - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONTokener
Returns the current position and the entire input string.
toString() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ConfigurationMetadata
 
toString() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemDeprecation
 
toString() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemHint
 
toString() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemHint.ValueHint
 
toString() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemHint.ValueProvider
 
toString() - 类 中的方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata
 
toString(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONArray
Encodes this array as a human readable JSON string for debugging, such as:
toString(int) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONObject
Encodes this object as a human readable JSON string for debugging, such as:

V

value(boolean) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONStringer
Encodes value to this stringer.
value(double) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONStringer
Encodes value to this stringer.
value(long) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONStringer
Encodes value to this stringer.
value(Object) - 类 中的方法org.springframework.boot.configurationprocessor.json.JSONStringer
Encodes value.
ValueHint(Object, String) - 类 的构造器org.springframework.boot.configurationprocessor.metadata.ItemHint.ValueHint
 
valueOf(String) - 枚举 中的静态方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata.ItemType
返回带有指定名称的该类型的枚举常量。
ValueProvider(String, Map<String, Object>) - 类 的构造器org.springframework.boot.configurationprocessor.metadata.ItemHint.ValueProvider
 
values() - 枚举 中的静态方法org.springframework.boot.configurationprocessor.metadata.ItemMetadata.ItemType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

wrap(Object) - 类 中的静态方法org.springframework.boot.configurationprocessor.json.JSONObject
Wraps the given object if necessary.
write(ConfigurationMetadata, OutputStream) - 类 中的方法org.springframework.boot.configurationprocessor.metadata.JsonMarshaller
 
writeMetadata(ConfigurationMetadata) - 类 中的方法org.springframework.boot.configurationprocessor.MetadataStore
 
writeMetaData() - 类 中的方法org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor
 
A B C D E F G H I J K L M N O P Q R S T V W 
所有类 所有程序包