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

com.nhl.link.rest.parser.converter.JsonValueConverter Maven / Gradle / Ivy

package com.nhl.link.rest.parser.converter;

import com.fasterxml.jackson.databind.JsonNode;

/**
 * Converts leaf JSON nodes to Java objects.
 * 
 * @since 1.10
 */
public interface JsonValueConverter {

	T value(JsonNode node);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy