Class RuntimeResource

java.lang.Object
org.jboss.resteasy.reactive.server.mapping.RuntimeResource

public class RuntimeResource extends Object
  • Constructor Details

  • Method Details

    • getHandlerChain

      public ServerRestHandler[] getHandlerChain()
    • getJavaMethodName

      public String getJavaMethodName()
    • getParameterTypes

      public Class<?>[] getParameterTypes()
    • getReturnType

      public Type getReturnType()
    • getHttpMethod

      public String getHttpMethod()
    • getPath

      public URITemplate getPath()
    • getProduces

      public org.jboss.resteasy.reactive.common.util.ServerMediaType getProduces()
    • getConsumes

      public List<jakarta.ws.rs.core.MediaType> getConsumes()
    • getInvoker

      public EndpointInvoker getInvoker()
    • isBlocking

      public boolean isBlocking()
    • isRunOnVirtualThread

      public boolean isRunOnVirtualThread()
    • getResourceClass

      public Class<?> getResourceClass()
    • getEndpointFactory

      public org.jboss.resteasy.reactive.spi.BeanFactory<Object> getEndpointFactory()
    • getLazyMethod

      public ResteasyReactiveResourceInfo getLazyMethod()
    • getSimplifiedResourceInfo

      public SimpleResourceInfo getSimplifiedResourceInfo()
    • getStreamElementType

      public jakarta.ws.rs.core.MediaType getStreamElementType()
    • getClassPath

      public URITemplate getClassPath()
      The @Path that is present on the class itself
      Returns:
    • getPathParameterIndexes

      public Map<String,Integer> getPathParameterIndexes()
    • getScore

    • getClassExceptionMappers

      public Map<Class<? extends Throwable>,org.jboss.resteasy.reactive.common.model.ResourceExceptionMapper<? extends Throwable>> getClassExceptionMappers()
    • toString

      public String toString()
      Overrides:
      toString in class Object