Class 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>
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IdParamUnmarshaller

        public IdParamUnmarshaller()
    • Method Detail

      • setAnnotations

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

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