org.jboss.resteasy.spi.touri
Class MappedByAnnotationResolver

java.lang.Object
  extended by org.jboss.resteasy.spi.touri.AbstractURITemplateAnnotationResolver
      extended by org.jboss.resteasy.spi.touri.MappedByAnnotationResolver
All Implemented Interfaces:
URIResolver

public class MappedByAnnotationResolver
extends AbstractURITemplateAnnotationResolver


Constructor Summary
MappedByAnnotationResolver()
           
 
Method Summary
protected  java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationType()
           
protected  UriBuilderImpl getUriBuilder(java.lang.Class<? extends java.lang.Object> clazz)
           
 
Methods inherited from class org.jboss.resteasy.spi.touri.AbstractURITemplateAnnotationResolver
handles, resolveURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappedByAnnotationResolver

public MappedByAnnotationResolver()
Method Detail

getAnnotationType

protected java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationType()
Specified by:
getAnnotationType in class AbstractURITemplateAnnotationResolver

getUriBuilder

protected UriBuilderImpl getUriBuilder(java.lang.Class<? extends java.lang.Object> clazz)
Specified by:
getUriBuilder in class AbstractURITemplateAnnotationResolver


Copyright © 2009. All Rights Reserved.