Package org.jboss.resteasy.spi.touri
Interface URIResolver
-
- All Known Implementing Classes:
AbstractURITemplateAnnotationResolver,MappedByAnnotationResolver,URIableURIResolver,URITemplateAnnotationResolver
public interface URIResolverThis 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 booleanhandles(java.lang.Class<?> type)java.lang.StringresolveURI(java.lang.Object object)
-