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

com.regnosys.rosetta.translate.datamodel.json.EmptyJsonSchemaParser Maven / Gradle / Ivy

The newest version!
package com.regnosys.rosetta.translate.datamodel.json;

import java.net.URL;

import com.regnosys.rosetta.translate.datamodel.Schema;

public class EmptyJsonSchemaParser implements JsonSchemaParser {

	@Override
	public Schema parseModel(URL input) {
		throw new UnsupportedOperationException("JSON schema parsing not supported");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy