org.jboss.arquillian.extension.rest.client
Class RestEnricher
java.lang.Object
org.jboss.arquillian.extension.rest.client.BaseRestEnricher
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
| 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 |
RestEnricher
public RestEnricher()
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
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.