Class StringConverter

  • All Implemented Interfaces:
    IConverter
    Direct Known Subclasses:
    CurieConverter

    public class StringConverter
    extends ScalarConverterBase
    Converts raw objects into string values.

    This supports LinkML’s string type.

    • Constructor Detail

      • StringConverter

        public StringConverter()
    • 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.