Class PathParamIdentifier
java.lang.Object
org.eclipse.jetty.ee10.websocket.jakarta.server.internal.PathParamIdentifier
- All Implemented Interfaces:
InvokerUtils.ParamIdentifier
Method argument identifier for
PathParam
annotations.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetParamArg
(Method method, Class<?> paramType, int idx) static void
validateType
(Class<?> type) The JSR356 rules for @PathParam only support String, Primitive Types (and their Boxed version)
-
Constructor Details
-
PathParamIdentifier
public PathParamIdentifier()
-
-
Method Details
-
getParamArg
- Specified by:
getParamArg
in interfaceInvokerUtils.ParamIdentifier
-
validateType
The JSR356 rules for @PathParam only support String, Primitive Types (and their Boxed version)
-