Class HttpPathFactoryImpl.Segment<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      Segment()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract void write​(T 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

      • Segment

        public Segment()
    • Method Detail

      • write

        protected abstract void write​(T values,
                                      java.lang.Appendable target)
                               throws java.lang.Exception
        Writes the values.
        Parameters:
        values - Values.
        target - Appendable.
        Throws:
        java.lang.Exception - Failure in writing value.