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

io.edurt.datacap.convert.json.JsonModule.kt Maven / Gradle / Ivy

There is a newer version: 2024.4.0
Show newest version
package io.edurt.datacap.convert.json

import com.google.inject.multibindings.Multibinder
import io.edurt.datacap.convert.Convert
import io.edurt.datacap.convert.ConvertModule

class JsonModule : ConvertModule()
{
    override fun configure()
    {
        Multibinder.newSetBinder(this.binder(), Convert::class.java)
            .addBinding()
            .to(JsonConvert::class.java)
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy