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

com.apicatalog.cborld.decoder.DecoderConfig Maven / Gradle / Ivy

The newest version!
package com.apicatalog.cborld.decoder;

import java.util.Collection;
import java.util.Map;

import com.apicatalog.cborld.config.Config;
import com.apicatalog.cborld.decoder.value.ValueDecoder;
import com.apicatalog.cborld.document.DocumentDictionary;
import com.apicatalog.cborld.mapping.DecoderMappingProvider;

public interface DecoderConfig  extends Config {

    Map dictionaries();

    Collection valueDecoders();
    
    DecoderMappingProvider decoderMapping();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy