Uses of Class
org.jboss.resteasy.reactive.server.mapping.RuntimeResource
-
-
Uses of RuntimeResource in org.jboss.resteasy.reactive.server.core
Fields in org.jboss.resteasy.reactive.server.core declared as RuntimeResource Modifier and Type Field Description RuntimeResourceUriMatch. resourceMethods in org.jboss.resteasy.reactive.server.core that return RuntimeResource Modifier and Type Method Description RuntimeResourceResteasyReactiveRequestContext. getTarget()Methods in org.jboss.resteasy.reactive.server.core with parameters of type RuntimeResource Modifier and Type Method Description voidResteasyReactiveRequestContext. restart(RuntimeResource target)Restarts handler chain processing with a new chain targeting a new resource.voidResteasyReactiveRequestContext. restart(RuntimeResource target, boolean setLocatorTarget)Constructors in org.jboss.resteasy.reactive.server.core with parameters of type RuntimeResource Constructor Description UriMatch(String matched, RuntimeResource resource, Object target) -
Uses of RuntimeResource in org.jboss.resteasy.reactive.server.core.parameters.converters
Methods in org.jboss.resteasy.reactive.server.core.parameters.converters that return RuntimeResource Modifier and Type Method Description RuntimeResourceConverterInfo. getResource()Constructors in org.jboss.resteasy.reactive.server.core.parameters.converters with parameters of type RuntimeResource Constructor Description ConverterInfo(Deployment deployment, RuntimeResource resource, int param) -
Uses of RuntimeResource in org.jboss.resteasy.reactive.server.core.startup
Methods in org.jboss.resteasy.reactive.server.core.startup that return RuntimeResource Modifier and Type Method Description RuntimeResourceRuntimeResourceDeployment. buildResourceMethod(ResourceClass clazz, ServerResourceMethod method, boolean locatableResource, URITemplate classPathTemplate, DeploymentInfo info) -
Uses of RuntimeResource in org.jboss.resteasy.reactive.server.handlers
Methods in org.jboss.resteasy.reactive.server.handlers that return types with arguments of type RuntimeResource Modifier and Type Method Description Map<String,RequestMapper<RuntimeResource>>ClassRoutingHandler. getMappers()Method parameters in org.jboss.resteasy.reactive.server.handlers with type arguments of type RuntimeResource Modifier and Type Method Description voidResourceLocatorHandler. addResource(Class<?> resourceClass, Map<String,RequestMapper<RuntimeResource>> requestMapper)Constructor parameters in org.jboss.resteasy.reactive.server.handlers with type arguments of type RuntimeResource Constructor Description ClassRoutingHandler(Map<String,RequestMapper<RuntimeResource>> mappers, int parameterOffset, boolean resumeOn404)MediaTypeMapper(List<RuntimeResource> runtimeResources) -
Uses of RuntimeResource in org.jboss.resteasy.reactive.server.util
Methods in org.jboss.resteasy.reactive.server.util with parameters of type RuntimeResource Modifier and Type Method Description default voidRuntimeResourceVisitor. visitRuntimeResource(String httpMethod, String fullPath, RuntimeResource runtimeResource)
-