Uses of Class
org.jboss.resteasy.reactive.server.mapping.URITemplate
Packages that use URITemplate
Package
Description
-
Uses of URITemplate in org.jboss.resteasy.reactive.server.core.startup
Methods in org.jboss.resteasy.reactive.server.core.startup with parameters of type URITemplateModifier and TypeMethodDescriptionRuntimeResourceDeployment.buildParamIndexMap(URITemplate classPathTemplate, URITemplate methodPathTemplate) RuntimeResourceDeployment.buildResourceMethod(ResourceClass clazz, ServerResourceMethod method, boolean locatableResource, URITemplate classPathTemplate, DeploymentInfo info) -
Uses of URITemplate in org.jboss.resteasy.reactive.server.mapping
Fields in org.jboss.resteasy.reactive.server.mapping declared as URITemplateModifier and TypeFieldDescriptionfinal URITemplateRequestMapper.RequestMatch.templatefinal URITemplateRequestMapper.RequestPath.templateMethods in org.jboss.resteasy.reactive.server.mapping that return URITemplateModifier and TypeMethodDescriptionRuntimeResource.getClassPath()The @Path that is present on the class itselfRuntimeResource.getPath()Methods in org.jboss.resteasy.reactive.server.mapping with parameters of type URITemplateConstructors in org.jboss.resteasy.reactive.server.mapping with parameters of type URITemplateModifierConstructorDescriptionRequestMatch(URITemplate template, T value, String[] pathParamValues, String remaining) RequestPath(boolean prefixTemplate, URITemplate template, T value) RuntimeResource(String httpMethod, URITemplate path, URITemplate classPath, ServerMediaType produces, List<jakarta.ws.rs.core.MediaType> consumes, EndpointInvoker invoker, BeanFactory<Object> endpointFactory, ServerRestHandler[] handlerChain, String javaMethodName, Class<?>[] parameterTypes, Type returnType, boolean blocking, boolean runOnVirtualThread, Class<?> resourceClass, ResteasyReactiveResourceInfo lazyMethod, Map<String, Integer> pathParameterIndexes, Map<ScoreSystem.Category, List<ScoreSystem.Diagnostic>> score, jakarta.ws.rs.core.MediaType streamElementType, Map<Class<? extends Throwable>, ResourceExceptionMapper<? extends Throwable>> classExceptionMappers)