Class DatatypeLibraryLoader

  • All Implemented Interfaces:
    DatatypeLibraryFactory

    public class DatatypeLibraryLoader
    extends Object
    implements DatatypeLibraryFactory
    Uses java.util.ServiceLoader to discover the datatype library implementation from the module path or the classpath.

    The call of the createDatatypeLibrary method finds an implementation from a given datatype library URI at run-time.

    • Constructor Detail

      • DatatypeLibraryLoader

        public DatatypeLibraryLoader()
        Default constructor.