Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
handles(Class<?> type)
String
resolveURI(Object object)
-