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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.resteasy.reactive.server.SimpleResourceInfo
SimpleResourceInfo.NullValues
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleResourceInfo.NullValuesINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethodName()Get the name of the resource method that is the target of a requestClass<?>getResourceClass()Get the resource class that is the target of a request,MethodgetResourceMethod()Class<?>[]parameterTypes()Get the parameter types of the resource method that is the target of a request
-
-
-
Field Detail
-
INSTANCE
public static final SimpleResourceInfo.NullValues INSTANCE
-
-
Method Detail
-
getResourceMethod
public Method getResourceMethod()
- Specified by:
getResourceMethodin interfacejakarta.ws.rs.container.ResourceInfo
-
getResourceClass
public Class<?> getResourceClass()
Description copied from interface:SimpleResourceInfoGet the resource class that is the target of a request,- Specified by:
getResourceClassin interfacejakarta.ws.rs.container.ResourceInfo- Specified by:
getResourceClassin interfaceSimpleResourceInfo
-
getMethodName
public String getMethodName()
Description copied from interface:SimpleResourceInfoGet the name of the resource method that is the target of a request- Specified by:
getMethodNamein interfaceSimpleResourceInfo
-
parameterTypes
public Class<?>[] parameterTypes()
Description copied from interface:SimpleResourceInfoGet the parameter types of the resource method that is the target of a request- Specified by:
parameterTypesin interfaceSimpleResourceInfo
-
-