com.apicatalog.cborld.mapping.EncoderMappingProvider 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.mapping;
import com.apicatalog.cborld.context.ContextError;
import com.apicatalog.cborld.encoder.EncoderConfig;
import com.apicatalog.cursor.MapCursor;
public interface EncoderMappingProvider {
Mapping getEncoderMapping(MapCursor document, EncoderConfig config) throws ContextError;
}