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

org.zalando.jersey.gson.GsonProvider Maven / Gradle / Ivy

The newest version!
package org.zalando.jersey.gson;

import javax.inject.Provider;

import com.google.gson.Gson;

/**
 * {@link java.util.ServiceLoader} is used to load a Gson instance as a fallback to the
 * {@link javax.ws.rs.ext.ContextResolver} approach.
 */
public interface GsonProvider extends Provider { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy