Package | Description |
---|---|
org.jboss.resteasy.core.registry |
Modifier and Type | Field and Description |
---|---|
(package private) MethodExpression |
SegmentNode.Match.expression |
Modifier and Type | Field and Description |
---|---|
protected javax.ws.rs.core.MultivaluedMap<java.lang.String,MethodExpression> |
RootNode.bounded |
protected java.util.List<MethodExpression> |
SegmentNode.targets |
Modifier and Type | Method and Description |
---|---|
protected MethodExpression |
RootNode.addExpression(java.lang.String path,
ResourceInvoker invoker) |
Modifier and Type | Method and Description |
---|---|
protected void |
SegmentNode.addExpression(MethodExpression expression) |
Modifier and Type | Method and Description |
---|---|
void |
SegmentNode.potentials(java.lang.String path,
int start,
java.util.List<MethodExpression> matches) |
Constructor and Description |
---|
Match(MethodExpression expression,
java.util.regex.Matcher matcher) |