Package org.jboss.resteasy.spi.metadata
Interface ResourceConstructor
- 
- All Known Implementing Classes:
 DefaultResourceConstructor
public interface ResourceConstructor- Author:
 - Christian Kaltepoth
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConstructorgetConstructor()ConstructorParameter[]getParams()ResourceClassgetResourceClass() 
 - 
 
- 
- 
Method Detail
- 
getResourceClass
ResourceClass getResourceClass()
 
- 
getConstructor
Constructor getConstructor()
 
- 
getParams
ConstructorParameter[] getParams()
 
 - 
 
 -