com.nedap.archie.json.JsonSchemaUriProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tools Show documentation
Show all versions of tools Show documentation
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();
}