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

com.apicatalog.cborld.mapper.Mapping Maven / Gradle / Ivy

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

import com.apicatalog.cborld.dictionary.Dictionary;

public interface Mapping {

    Dictionary dictionary();
    
    TypeMap typeMap();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy