Class IdParamUnmarshaller

java.lang.Object
com.xebialabs.xlrelease.param.IdParamUnmarshaller
All Implemented Interfaces:
org.jboss.resteasy.spi.StringParameterUnmarshaller<String>

public class IdParamUnmarshaller extends Object implements org.jboss.resteasy.spi.StringParameterUnmarshaller<String>
  • Constructor Details

    • IdParamUnmarshaller

      public IdParamUnmarshaller()
  • Method Details

    • setAnnotations

      public void setAnnotations(Annotation[] annotations)
      Specified by:
      setAnnotations in interface org.jboss.resteasy.spi.StringParameterUnmarshaller<String>
    • fromString

      public String fromString(String viewId)
      Specified by:
      fromString in interface org.jboss.resteasy.spi.StringParameterUnmarshaller<String>