java.lang.Object
org.exoplatform.services.rest.impl.resource.PathValue

public class PathValue extends Object
Describe the Path annotation, see Path.
Version:
$Id: $
Author:
Andrey Parfonov
  • Constructor Details

    • PathValue

      public PathValue(String path)
      Parameters:
      path - URI template
  • Method Details

    • getPath

      public String getPath()
      Returns:
      URI template string
    • toString

      public String toString()
      Overrides:
      toString in class Object