Uses of Class
org.jboss.resteasy.reactive.server.mapping.RuntimeResource
Packages that use RuntimeResource
Package
Description
-
Uses of RuntimeResource in org.jboss.resteasy.reactive.server.core
Fields in org.jboss.resteasy.reactive.server.core declared as RuntimeResourceMethods in org.jboss.resteasy.reactive.server.core that return RuntimeResourceMethods in org.jboss.resteasy.reactive.server.core with parameters of type RuntimeResourceModifier and TypeMethodDescriptionvoidResteasyReactiveRequestContext.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 -
Uses of RuntimeResource in org.jboss.resteasy.reactive.server.core.parameters.converters
Methods in org.jboss.resteasy.reactive.server.core.parameters.converters that return RuntimeResourceConstructors in org.jboss.resteasy.reactive.server.core.parameters.converters with parameters of type RuntimeResourceModifierConstructorDescriptionConverterInfo(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 RuntimeResourceModifier and TypeMethodDescriptionRuntimeResourceDeployment.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 RuntimeResourceMethod parameters in org.jboss.resteasy.reactive.server.handlers with type arguments of type RuntimeResourceModifier and TypeMethodDescriptionvoidResourceLocatorHandler.addResource(Class<?> resourceClass, Map<String, RequestMapper<RuntimeResource>> requestMapper) Constructor parameters in org.jboss.resteasy.reactive.server.handlers with type arguments of type RuntimeResourceModifierConstructorDescriptionClassRoutingHandler(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 RuntimeResourceModifier and TypeMethodDescriptiondefault voidRuntimeResourceVisitor.visitRuntimeResource(String httpMethod, String fullPath, RuntimeResource runtimeResource)