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

com.nhl.link.rest.client.runtime.jackson.IJsonEntityReaderFactory Maven / Gradle / Ivy

There is a newer version: 2.13
Show newest version
package com.nhl.link.rest.client.runtime.jackson;

/**
 * @since 2.0
 */
public interface IJsonEntityReaderFactory {

     IJsonEntityReader getReaderForType(Class targetType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy