Class PathSegmentImpl.SegmentParse

  • Enclosing class:
    PathSegmentImpl

    public static class PathSegmentImpl.SegmentParse
    extends java.lang.Object
    Used when creating the matching path in ResteasyUriInfo
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean hasMatrixParams  
      java.util.List<javax.ws.rs.core.PathSegment> segments  
    • Constructor Summary

      Constructors 
      Constructor Description
      SegmentParse()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • segments

        public java.util.List<javax.ws.rs.core.PathSegment> segments
      • hasMatrixParams

        public boolean hasMatrixParams
    • Constructor Detail

      • SegmentParse

        public SegmentParse()