| Class | Description |
|---|---|
| ClassMapDataEntryReplacer |
This DataEntryReader writes a class mapping to each received data
entry, used for debugging of the configuration.
|
| ExtraDataEntryNameMap |
Map keeping track of all data entries that have associated extra data entries with them.
|
| ExtraDataEntryReader |
This DataEntryReader delegates to another DataEntryReader, inserting
additional data entries that are attached to the read data entry.
|
| KotlinModuleRewriter | |
| UniqueDataEntryWriter |
This DataEntryWriter delegates to a given
DataEntryWriter, but a DataEntry can be written
at most one time (uniqueness is based on DataEntry.getName(). |