Package org.jboss.resteasy.specimpl
Class PathSegmentImpl.SegmentParse
- java.lang.Object
-
- org.jboss.resteasy.specimpl.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()
-