@FunctionalInterface public interface FieldValuesParser
TypeElement.JavaCompilerFieldValuesParser| Modifier and Type | Field and Description |
|---|---|
static FieldValuesParser |
NONE
Implementation of
FieldValuesParser that always returns an empty result. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getFieldValues(TypeElement element)
Return the field values for the given element.
|
static final FieldValuesParser NONE
FieldValuesParser that always returns an empty result.