Class HttpPathFactoryImpl.StaticSegment<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      StaticSegment​(java.lang.String staticPath)
      Instantiate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void write​(java.lang.Object values, java.lang.Appendable target)
      Writes the values.
      • Methods inherited from class java.lang.Object

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

      • StaticSegment

        public StaticSegment​(java.lang.String staticPath)
        Instantiate.
        Parameters:
        staticPath - Static path.
    • Method Detail

      • write

        protected void write​(java.lang.Object values,
                             java.lang.Appendable target)
                      throws java.lang.Exception
        Description copied from class: HttpPathFactoryImpl.Segment
        Writes the values.
        Specified by:
        write in class HttpPathFactoryImpl.Segment<T>
        Parameters:
        values - Values.
        target - Appendable.
        Throws:
        java.lang.Exception - Failure in writing value.