| Package | Description |
|---|---|
| org.springframework.boot.configurationprocessor.fieldvalues |
Abstraction for field value parsing.
|
| org.springframework.boot.configurationprocessor.fieldvalues.javac |
Field value parsing for the standard Java compiler.
|
| Modifier and Type | Field and Description |
|---|---|
static FieldValuesParser |
FieldValuesParser.NONE
Implementation of
FieldValuesParser that always returns an empty result. |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaCompilerFieldValuesParser
FieldValuesParser implementation for the standard Java compiler. |