com.apicatalog.cborld.config.Config 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.config;
import java.net.URI;
import com.apicatalog.jsonld.loader.DocumentLoader;
public interface Config {
boolean isCompactArrays();
DocumentLoader loader();
URI base();
}