All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nedap.archie.json.JsonSchemaUriProvider Maven / Gradle / Ivy

Go to download

tools that operate on the archie reference models and archetype object model

The newest version!
package com.nedap.archie.json;

import org.openehr.bmm.core.BmmClass;

/**
 * Provides a URL for a given JSON schema
 */
public interface JsonSchemaUriProvider {

    JsonSchemaUri provideJsonSchemaUrl(BmmClass clazz);
    JsonSchemaUri provideMainFileUri();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy