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

io.quarkiverse.unleash.UnleashJsonMapper Maven / Gradle / Ivy

package io.quarkiverse.unleash;

public interface UnleashJsonMapper {

     T fromJson(final String json, final Class clazz);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy