Package com.xebialabs.xlrelease.param
Class IdParamUnmarshaller
- java.lang.Object
-
- com.xebialabs.xlrelease.param.IdParamUnmarshaller
-
- All Implemented Interfaces:
org.jboss.resteasy.spi.StringParameterUnmarshaller<java.lang.String>
public class IdParamUnmarshaller extends java.lang.Object implements org.jboss.resteasy.spi.StringParameterUnmarshaller<java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description IdParamUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
fromString(java.lang.String viewId)
void
setAnnotations(java.lang.annotation.Annotation[] annotations)
-
-
-
Method Detail
-
setAnnotations
public void setAnnotations(java.lang.annotation.Annotation[] annotations)
- Specified by:
setAnnotations
in interfaceorg.jboss.resteasy.spi.StringParameterUnmarshaller<java.lang.String>
-
fromString
public java.lang.String fromString(java.lang.String viewId)
- Specified by:
fromString
in interfaceorg.jboss.resteasy.spi.StringParameterUnmarshaller<java.lang.String>
-
-