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

com.alibaba.fastjson2.adapter.jackson.databind.util.Converter Maven / Gradle / Ivy

The newest version!
package com.alibaba.fastjson2.adapter.jackson.databind.util;

public interface Converter {
    OUT convert(IN value);

    abstract static class None
            implements Converter {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy