Class ResteasyReactiveSimplifiedResourceInfo
java.lang.Object
org.jboss.resteasy.reactive.server.core.ResteasyReactiveSimplifiedResourceInfo
- All Implemented Interfaces:
SimpleResourceInfo
public final class ResteasyReactiveSimplifiedResourceInfo
extends Object
implements SimpleResourceInfo
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.resteasy.reactive.server.SimpleResourceInfo
SimpleResourceInfo.NullValues -
Constructor Summary
ConstructorsConstructorDescriptionResteasyReactiveSimplifiedResourceInfo(String methodName, Class<?> resourceClass, Class<?>[] parameterTypes) -
Method Summary
-
Constructor Details
-
ResteasyReactiveSimplifiedResourceInfo
-
-
Method Details
-
getResourceClass
Description copied from interface:SimpleResourceInfoGet the resource class that is the target of a request,- Specified by:
getResourceClassin interfaceSimpleResourceInfo
-
getMethodName
Description copied from interface:SimpleResourceInfoGet the name of the resource method that is the target of a request- Specified by:
getMethodNamein interfaceSimpleResourceInfo
-
parameterTypes
Description copied from interface:SimpleResourceInfoGet the parameter types of the resource method that is the target of a request- Specified by:
parameterTypesin interfaceSimpleResourceInfo
-