| Interface | Description |
|---|---|
| SectionReader<T> |
A reader that consumes as much input as necessary (a possibly multi-line "section") to update a previously created
object.
|
| Class | Description |
|---|---|
| FieldAndVarReader<P> |
A
SectionReader that reads a value and injects it in a field of the parent object, and/or a context variable. |
| FieldsAndVarsReader<P> |
A
SectionReader that reads the values as fields of the parent object, and/or context variables. |