| ClassInfo |
Holds informations about a LinkML class and its corresponding Java class.
|
| ConverterContext |
Global context for converting LinkML objects (as parsed from a JSON/YAML
document) into their corresponding Java objects.
|
| IConverter |
An object that can convert a “raw object” (as obtained from a JSON/YAML
parser) into a LinkML object, and the other way round.
|
| InliningMode |
Represents the various modes of “inlining” instances of a class, in
serialisations that do support inlining (e.g.
|
| LinkMLRuntimeException |
Base class for all exceptions caused by an error within the LinkML runtime.
|
| PrefixDeclarationExtractor |
A helper class to extract prefix declarations from a raw object.
|
| RequirementLevel |
The level of requirement that applies to a given field within a class.
|
| ScalarConverterBase |
Base class for most scalar converters.
|
| Slot |
Represents a “slot” (that is, a field) on a specific LinkML object.
|
| StringConverter |
Converts raw objects into string values.
|