Arquillian REST Client Extension: Implementation 3x 1.0.0.Final-SNAPSHOT

org.jboss.arquillian.extension.rest.client
Class RestEnricher

java.lang.Object
  extended by org.jboss.arquillian.extension.rest.client.BaseRestEnricher
      extended by org.jboss.arquillian.extension.rest.client.RestEnricher
All Implemented Interfaces:
org.jboss.arquillian.test.spi.TestEnricher

public class RestEnricher
extends BaseRestEnricher
implements org.jboss.arquillian.test.spi.TestEnricher

RestEnricher

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
RestEnricher()
           
 
Method Summary
protected  Object enrichByType(Class<?> clazz, Method method, ArquillianResteasyResource annotation, javax.ws.rs.Consumes consumes, javax.ws.rs.Produces produces)
           
protected  boolean isSupportedParameter(Class<?> clazz)
           
 
Methods inherited from class org.jboss.arquillian.extension.rest.client.BaseRestEnricher
allInSameContext, enrich, getBaseURL, getHeaders, getHeaders, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.arquillian.test.spi.TestEnricher
enrich, resolve
 

Constructor Detail

RestEnricher

public RestEnricher()
Method Detail

enrichByType

protected Object enrichByType(Class<?> clazz,
                              Method method,
                              ArquillianResteasyResource annotation,
                              javax.ws.rs.Consumes consumes,
                              javax.ws.rs.Produces produces)
Specified by:
enrichByType in class BaseRestEnricher

isSupportedParameter

protected boolean isSupportedParameter(Class<?> clazz)
Specified by:
isSupportedParameter in class BaseRestEnricher

Arquillian REST Client Extension: Implementation 3x 1.0.0.Final-SNAPSHOT

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