Uses of Class
org.jboss.resteasy.core.registry.SegmentNode.Match
-
Packages that use SegmentNode.Match Package Description org.jboss.resteasy.core.registry -
-
Uses of SegmentNode.Match in org.jboss.resteasy.core.registry
Fields in org.jboss.resteasy.core.registry declared as SegmentNode.Match Modifier and Type Field Description (package private) SegmentNode.Match
SegmentNode.SortEntry. match
Methods in org.jboss.resteasy.core.registry that return SegmentNode.Match Modifier and Type Method Description SegmentNode.Match
SegmentNode. match(java.util.List<SegmentNode.Match> matches, java.lang.String httpMethod, HttpRequest request)
Method parameters in org.jboss.resteasy.core.registry with type arguments of type SegmentNode.Match Modifier and Type Method Description SegmentNode.Match
SegmentNode. match(java.util.List<SegmentNode.Match> matches, java.lang.String httpMethod, HttpRequest request)
Constructors in org.jboss.resteasy.core.registry with parameters of type SegmentNode.Match Constructor Description SortEntry(SegmentNode.Match match, SegmentNode.SortFactor consumes, SegmentNode.SortFactor produces, javax.ws.rs.core.MediaType serverProduce)
-