Package org.apache.tomcat.websocket.pojo
Class PojoPathParam
- java.lang.Object
- 
- org.apache.tomcat.websocket.pojo.PojoPathParam
 
- 
 public class PojoPathParam extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description PojoPathParam(java.lang.Class<?> type, java.lang.String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.Class<?>getType()
 
- 
- 
- 
Constructor Detail- 
PojoPathParampublic PojoPathParam(java.lang.Class<?> type, java.lang.String name) throws DeploymentException- Throws:
- DeploymentException
 
 
- 
 
-