Class SimpleResourceInfo.NullValues

java.lang.Object
org.jboss.resteasy.reactive.server.SimpleResourceInfo.NullValues
All Implemented Interfaces:
jakarta.ws.rs.container.ResourceInfo, SimpleResourceInfo
Enclosing interface:
SimpleResourceInfo

public static class SimpleResourceInfo.NullValues extends Object implements SimpleResourceInfo, jakarta.ws.rs.container.ResourceInfo
  • Field Details

  • Method Details

    • getResourceMethod

      public Method getResourceMethod()
      Specified by:
      getResourceMethod in interface jakarta.ws.rs.container.ResourceInfo
    • getResourceClass

      public Class<?> getResourceClass()
      Description copied from interface: SimpleResourceInfo
      Get the resource class that is the target of a request,
      Specified by:
      getResourceClass in interface jakarta.ws.rs.container.ResourceInfo
      Specified by:
      getResourceClass in interface SimpleResourceInfo
    • getMethodName

      public String getMethodName()
      Description copied from interface: SimpleResourceInfo
      Get the name of the resource method that is the target of a request
      Specified by:
      getMethodName in interface SimpleResourceInfo
    • parameterTypes

      public Class<?>[] parameterTypes()
      Description copied from interface: SimpleResourceInfo
      Get the parameter types of the resource method that is the target of a request
      Specified by:
      parameterTypes in interface SimpleResourceInfo