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