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 Constructor
getConstructor()
ConstructorParameter[]
getParams()
ResourceClass
getResourceClass()
-
-
-
Method Detail
-
getResourceClass
ResourceClass getResourceClass()
-
getConstructor
Constructor getConstructor()
-
getParams
ConstructorParameter[] getParams()
-
-