| Class | Description |
|---|---|
| EitherEntry<T> |
A class that represents either a
RegistryEntry or a value of type T. |
| HomogenousListCodec<T> | |
| NoOpRegistry |
A no-op registry that does nothing.
|
| Registry |
A class that represents a registry of
RegistryEntrys and RegistryTags. |
| RegistryEntry |
An entry in a
Registry. |
| RegistryTag |
A class that represents a tag in a
Registry. |
| TagEntryList |
A class that represents a
RegistryTag or a list of RegistryEntry. |
| TypedTagEntryList<T> |
A class that represents a
RegistryTag or a list of EitherEntry. |