Interface NodePathFormatter

  • All Known Implementing Classes:
    DefaultPrefixFormatter

    public interface NodePathFormatter
    Creates a string representation of the OperationRequestAddress instance.
    Author:
    Alexey Loubyansky
    • Method Detail

      • format

        String format​(OperationRequestAddress prefix)
        Creates a string representation of the Prefix instance.
        Parameters:
        prefix - the prefix instance
        Returns:
        the string representation of the prefix.