RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

org.jboss.resteasy.spi.touri
Interface URIResolver

All Known Implementing Classes:
AbstractURITemplateAnnotationResolver, MappedByAnnotationResolver, URIableURIResolver, URITemplateAnnotationResolver

public interface URIResolver

This is the interface that defines all object to uri transformations in ObjectToURI

Version:
$Revision: 1 $
Author:
Solomon Duskis

Method Summary
 boolean handles(Class<?> type)
           
 String resolveURI(Object object)
           
 

Method Detail

handles

boolean handles(Class<?> type)

resolveURI

String resolveURI(Object object)

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.