JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.springframework.boot.configurationprocessor.fieldvalues
package
org.springframework.boot.configurationprocessor.fieldvalues
Abstraction for field value parsing.
Related Packages
Package
Description
org.springframework.boot.configurationprocessor
Annotation processor to create
@ConfigurationProperties
meta-data files.
org.springframework.boot.configurationprocessor.fieldvalues.javac
Field value parsing for the standard Java compiler.
org.springframework.boot.configurationprocessor.json
org.springframework.boot.configurationprocessor.metadata
The configuration properties meta-data model and JSON writing support.
org.springframework.boot.configurationprocessor.support
Support classes for configuration metadata processing.
Interfaces
Class
Description
FieldValuesParser
Parser which can be used to obtain the field values from an
TypeElement
.