Uses of Interface
org.jboss.resteasy.reactive.server.spi.EndpointInvoker
Packages that use EndpointInvoker
Package
Description
-
Uses of EndpointInvoker in org.jboss.resteasy.reactive.server.handlers
Constructors in org.jboss.resteasy.reactive.server.handlers with parameters of type EndpointInvoker -
Uses of EndpointInvoker in org.jboss.resteasy.reactive.server.mapping
Methods in org.jboss.resteasy.reactive.server.mapping that return EndpointInvokerConstructors in org.jboss.resteasy.reactive.server.mapping with parameters of type EndpointInvokerModifierConstructorDescriptionRuntimeResource(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) -
Uses of EndpointInvoker in org.jboss.resteasy.reactive.server.model
Methods in org.jboss.resteasy.reactive.server.model that return types with arguments of type EndpointInvokerModifier and TypeMethodDescriptiondefault Supplier<EndpointInvoker>HandlerChainCustomizer.alternateInvoker(ServerResourceMethod method) Returns an alternate endpoint invoker for this method.ServerResourceMethod.getInvoker()Methods in org.jboss.resteasy.reactive.server.model with parameters of type EndpointInvokerModifier and TypeMethodDescriptiondefault ServerRestHandlerHandlerChainCustomizer.alternateInvocationHandler(EndpointInvoker invoker) Returns an alternate invocation handler for this method.Method parameters in org.jboss.resteasy.reactive.server.model with type arguments of type EndpointInvokerModifier and TypeMethodDescriptionServerResourceMethod.setInvoker(Supplier<EndpointInvoker> invoker) Constructor parameters in org.jboss.resteasy.reactive.server.model with type arguments of type EndpointInvokerModifierConstructorDescriptionServerResourceMethod(String httpMethod, String path, String[] produces, String streamElementType, String[] consumes, Set<String> nameBindingNames, String name, String returnType, String simpleReturnType, MethodParameter[] parameters, boolean blocking, boolean suspended, boolean sse, boolean formParamRequired, List<ResourceMethod> subResourceMethods, Supplier<EndpointInvoker> invoker, Set<String> methodAnnotationNames, List<HandlerChainCustomizer> handlerChainCustomizers, ParameterExtractor customerParameterExtractor, boolean encoded) -
Uses of EndpointInvoker in org.jboss.resteasy.reactive.server.spi
Methods in org.jboss.resteasy.reactive.server.spi that return types with arguments of type EndpointInvokerModifier and TypeMethodDescription