Class PathSegmentImpl

java.lang.Object
org.apache.cxf.jaxrs.impl.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 path)
    • PathSegmentImpl

      public PathSegmentImpl(String path, boolean decode)
  • 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
    • getOriginalPath

      public String getOriginalPath()
    • getMatrixString

      public String getMatrixString()
    • toString

      public String toString()
      Overrides:
      toString in class Object