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

org.cassandraunit.shaded.org.codehaus.jackson.map.util.Provider Maven / Gradle / Ivy

There is a newer version: 4.3.1.0
Show newest version
package org.codehaus.jackson.map.util;

import java.util.*;

/**
* Simple helper class used for decoupling instantiation of
* optionally loaded handlers, like deserializers and deserializers
* for libraries that are only present on some platforms.
 * 
 * @author tatu
 *
 * @param  Type of objects provided
 */
public interface Provider
{
    /**
     * Method used to request provider to provide entries it has
     */
    public Collection provide();
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy