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 |
|---|---|
static List<NotFoundExceptionMapper.ResourceDescription> |
fromClassMappers(List<org.jboss.resteasy.reactive.server.mapping.RequestMapper.RequestPath<org.jboss.resteasy.reactive.server.handlers.RestInitialHandler.InitialMatch>> classMappers) |
public final String basePath
public final List<NotFoundExceptionMapper.MethodDescription> calls
public ResourceDescription(String basePath)
public static List<NotFoundExceptionMapper.ResourceDescription> fromClassMappers(List<org.jboss.resteasy.reactive.server.mapping.RequestMapper.RequestPath<org.jboss.resteasy.reactive.server.handlers.RestInitialHandler.InitialMatch>> classMappers)
Copyright © 2021 JBoss by Red Hat. All rights reserved.