Class RuntimeResource
java.lang.Object
org.jboss.resteasy.reactive.server.mapping.RuntimeResource
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeResource(String httpMethod, URITemplate path, URITemplate classPath, org.jboss.resteasy.reactive.common.util.ServerMediaType produces, List<jakarta.ws.rs.core.MediaType> consumes, EndpointInvoker invoker, org.jboss.resteasy.reactive.spi.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>, org.jboss.resteasy.reactive.common.model.ResourceExceptionMapper<? extends Throwable>> classExceptionMappers) -
Method Summary
Modifier and TypeMethodDescriptionMap<Class<? extends Throwable>, org.jboss.resteasy.reactive.common.model.ResourceExceptionMapper<? extends Throwable>> The @Path that is present on the class itselfList<jakarta.ws.rs.core.MediaType> org.jboss.resteasy.reactive.spi.BeanFactory<Object> Class<?>[]getPath()org.jboss.resteasy.reactive.common.util.ServerMediaTypeClass<?> getScore()jakarta.ws.rs.core.MediaTypebooleanbooleantoString()
-
Constructor Details
-
RuntimeResource
public RuntimeResource(String httpMethod, URITemplate path, URITemplate classPath, org.jboss.resteasy.reactive.common.util.ServerMediaType produces, List<jakarta.ws.rs.core.MediaType> consumes, EndpointInvoker invoker, org.jboss.resteasy.reactive.spi.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>, org.jboss.resteasy.reactive.common.model.ResourceExceptionMapper<? extends Throwable>> classExceptionMappers)
-
-
Method Details
-
getHandlerChain
-
getJavaMethodName
-
getParameterTypes
-
getReturnType
-
getHttpMethod
-
getPath
-
getProduces
public org.jboss.resteasy.reactive.common.util.ServerMediaType getProduces() -
getConsumes
-
getInvoker
-
isBlocking
public boolean isBlocking() -
isRunOnVirtualThread
public boolean isRunOnVirtualThread() -
getResourceClass
-
getEndpointFactory
-
getLazyMethod
-
getSimplifiedResourceInfo
-
getStreamElementType
public jakarta.ws.rs.core.MediaType getStreamElementType() -
getClassPath
The @Path that is present on the class itself- Returns:
-
getPathParameterIndexes
-
getScore
-
getClassExceptionMappers
-
toString
-