Class HttpPathFactoryImpl.ParameterSegment<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      ParameterSegment​(java.lang.String propertyName, ValueRetriever<T> valueRetriever)
      Instantiate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected 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

      • ParameterSegment

        public ParameterSegment​(java.lang.String propertyName,
                                ValueRetriever<T> valueRetriever)
        Instantiate.
        Parameters:
        propertyName - Property name to obtain value.
        valueRetriever - ValueRetriever to obtain the value.
    • Method Detail

      • write

        protected void write​(T 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.