Class URIConverter

  • All Implemented Interfaces:
    IConverter

    public class URIConverter
    extends ScalarConverterBase
    Converts raw objects into URI values.

    This supports LinkML’s uri type.

    • Constructor Detail

      • URIConverter

        public URIConverter()
    • Method Detail

      • getType

        public Class<?> getType()
        Description copied from interface: IConverter
        Gets the type of object that this converter can convert a raw object into.
        Returns:
        The Java type representing the LinkML object this converter is intended for.