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

org.jboss.resteasy.spi.touri.URIResolver Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package org.jboss.resteasy.spi.touri;

/**
 * This is the interface that defines all object to uri transformations in
 * ObjectToURI
 *
 * @author Solomon Duskis
 * @version $Revision: 1 $
 */

public interface URIResolver
{
   public boolean handles(Class type);

   public String resolveURI(Object object);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy