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: 4.0.0.Beta5
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
{
   boolean handles(Class type);

   String resolveURI(Object object);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy