com.apicatalog.cborld.document.DocumentDictionary Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iridium-cbor-ld-jre11 Show documentation
Show all versions of iridium-cbor-ld-jre11 Show documentation
A CBOR-based serialization for Linked Data
The newest version!
package com.apicatalog.cborld.document;
import java.util.Map;
import com.apicatalog.cborld.dictionary.Dictionary;
public interface DocumentDictionary {
int code();
Dictionary contexts();
Map types();
}