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 Object
Used when creating the matching path in ResteasyUriInfo 
- 
- 
Field Summary
Fields Modifier and Type Field Description booleanhasMatrixParamsList<javax.ws.rs.core.PathSegment>segments 
- 
Constructor Summary
Constructors Constructor Description SegmentParse() 
 - 
 
- 
- 
Field Detail
- 
segments
public List<javax.ws.rs.core.PathSegment> segments
 
- 
hasMatrixParams
public boolean hasMatrixParams
 
 - 
 
 -