Class PathParamCallbackArgument
java.lang.Object
io.quarkus.websockets.next.deployment.PathParamCallbackArgument
- All Implemented Interfaces:
CallbackArgument
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.websockets.next.deployment.CallbackArgument
CallbackArgument.InvocationBytecodeContext, CallbackArgument.ParameterContext -
Field Summary
Fields inherited from interface io.quarkus.websockets.next.deployment.CallbackArgument
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.gizmo2.ExprThis method is only used ifCallbackArgument.matches(ParameterContext)previously returnedtruefor the same parameter context.getPathParamNames(String path) booleanmatches(CallbackArgument.ParameterContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.websockets.next.deployment.CallbackArgument
priority
-
Constructor Details
-
PathParamCallbackArgument
PathParamCallbackArgument()
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceCallbackArgument- Parameters:
context-- Returns:
trueif this provider matches the given parameter context,falseotherwise
-
get
Description copied from interface:CallbackArgumentThis method is only used ifCallbackArgument.matches(ParameterContext)previously returnedtruefor the same parameter context.- Specified by:
getin interfaceCallbackArgument- Parameters:
context-- Returns:
- the result handle to be passed as an argument to a callback method
-
getPathParamNames
-