| BooleanConverter |
Converts raw objects into boolean values.
|
| 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.
|
| CurieConverter |
A converter for String-typed fields whose value is expected to be a CURIE.
|
| DateConverter |
A converter for slots typed as xsd:date (represented as
LocalDate).
|
| DatetimeConverter |
A converter for slots typed as xsd:datetime (represented as
ZonedDateTime).
|
| DoubleConverter |
Converts raw objects into double-precision floating point values.
|
| EnumConverter |
An object to convert simple LinkML enums (excluding so-called “dynamic
enums”, which are not yet supported).
|
| FloatConverter |
Converts raw objects into single-precision floating point values.
|
| IntegerConverter |
Converts raw objects into integer values.
|
| ObjectCache |
Cache for LinkML objects.
|
| ObjectConverter |
A generic converter to convert “raw objects” (as obtained from a JSON/YAML
parser) into instances of LinkML classes.
|
| PrefixDeclarationExtractor |
A helper class to extract prefix declarations from a raw object.
|
| 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.
|
| TimeConverter |
A converter for slots typed as xsd:time (represented as
LocalTime).
|
| URIConverter |
Converts raw objects into URI values.
|
| YAMLLoader |
Helper class to load or dump LinkML data instances from or to YAML files.
|