Class PathSegmentImpl

java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.PathSegmentImpl
All Implemented Interfaces:
jakarta.ws.rs.core.PathSegment

public class PathSegmentImpl extends Object implements jakarta.ws.rs.core.PathSegment
  • Constructor Details

    • PathSegmentImpl

      public PathSegmentImpl(String id)
  • Method Details

    • getMatrixParameters

      public jakarta.ws.rs.core.MultivaluedMap<String,String> getMatrixParameters()
      Specified by:
      getMatrixParameters in interface jakarta.ws.rs.core.PathSegment
    • getPath

      public String getPath()
      Specified by:
      getPath in interface jakarta.ws.rs.core.PathSegment