Class NotFoundExceptionMapper.ResourceDescription
- java.lang.Object
-
- io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper.ResourceDescription
-
- Enclosing class:
- NotFoundExceptionMapper
public static final class NotFoundExceptionMapper.ResourceDescription extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringbasePathList<NotFoundExceptionMapper.MethodDescription>calls
-
Constructor Summary
Constructors Constructor Description ResourceDescription(String basePath)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<NotFoundExceptionMapper.ResourceDescription>fromClassMappers(List<org.jboss.resteasy.reactive.server.mapping.RequestMapper.RequestPath<org.jboss.resteasy.reactive.server.handlers.RestInitialHandler.InitialMatch>> classMappers)
-
-
-
Field Detail
-
basePath
public final String basePath
-
calls
public final List<NotFoundExceptionMapper.MethodDescription> calls
-
-
Constructor Detail
-
ResourceDescription
public ResourceDescription(String basePath)
-
-
Method Detail
-
fromClassMappers
public static List<NotFoundExceptionMapper.ResourceDescription> fromClassMappers(List<org.jboss.resteasy.reactive.server.mapping.RequestMapper.RequestPath<org.jboss.resteasy.reactive.server.handlers.RestInitialHandler.InitialMatch>> classMappers)
-
-