Interface ReplaceDynamicParamsResult

All Known Implementing Classes:
ReplaceDynamicParamsResultDefault

public interface ReplaceDynamicParamsResult
The result of a call to SpincastRoutingUtils#replaceDynamicParamsInPath(...)
  • Method Summary

    Modifier and Type
    Method
    Description
    The resulting path
    boolean
    Are there some placeholders remaining in the resulting path?
  • Method Details

    • getPath

      String getPath()
      The resulting path
    • isPlaceholdersRemaining

      boolean isPlaceholdersRemaining()
      Are there some placeholders remaining in the resulting path?