Class ComputedParamContextImpl
java.lang.Object
io.quarkus.rest.client.reactive.runtime.ComputedParamContextImpl
- All Implemented Interfaces:
ComputedParamContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.rest.client.reactive.ComputedParamContext
ComputedParamContext.MethodParameter -
Constructor Summary
ConstructorsConstructorDescriptionComputedParamContextImpl(String name, jakarta.ws.rs.client.ClientRequestContext context) -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectgetMethodParameterFromContext(jakarta.ws.rs.client.ClientRequestContext context, int index) Information about the method parameters of the REST Client method for which the computed value is neededname()The name of the parameter whose value is being computed
-
Constructor Details
-
ComputedParamContextImpl
-
-
Method Details
-
name
Description copied from interface:ComputedParamContextThe name of the parameter whose value is being computed- Specified by:
namein interfaceComputedParamContext
-
methodParameters
Description copied from interface:ComputedParamContextInformation about the method parameters of the REST Client method for which the computed value is needed- Specified by:
methodParametersin interfaceComputedParamContext
-
getMethodParameterFromContext
public static Object getMethodParameterFromContext(jakarta.ws.rs.client.ClientRequestContext context, int index)
-