public static final class NotFoundExceptionMapper.ResourceDescription extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
basePath |
List<NotFoundExceptionMapper.MethodDescription> |
calls |
| Constructor and Description |
|---|
ResourceDescription(String basePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMethod(String path,
org.jboss.resteasy.core.ResourceMethodInvoker method) |
static List<NotFoundExceptionMapper.ResourceDescription> |
fromBoundResourceInvokers(Set<Map.Entry<String,List<org.jboss.resteasy.spi.ResourceInvoker>>> bound) |
public final String basePath
public final List<NotFoundExceptionMapper.MethodDescription> calls
public ResourceDescription(String basePath)
public void addMethod(String path, org.jboss.resteasy.core.ResourceMethodInvoker method)
Copyright © 2021 JBoss by Red Hat. All rights reserved.