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 Summary
Constructors Constructor Description PojoPathParam(java.lang.Class<?> type, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.Class<?>
getType()
-
-
-
Constructor Detail
-
PojoPathParam
public PojoPathParam(java.lang.Class<?> type, java.lang.String name) throws DeploymentException
- Throws:
DeploymentException
-
-