Interface PathAddressTransformer.Builder

    • Method Detail

      • getOriginal

        PathAddress getOriginal()
        Get the unmodified (original) address.
        Returns:
        the original address
      • getCurrent

        PathAddress getCurrent()
        Get the current address, from the builder.
        Returns:
        the current address
      • getRemaining

        PathAddress getRemaining()
        Get the remaining elements left for transformation.
        Returns:
        the remaining elements for this address
      • next

        PathAddress next​(PathElement... elements)
        Append an element to the current address and continue to the next transformer in the chain.
        Parameters:
        elements - the elements to append
        Returns:
        the transformed address