Class ComputedParamContextImpl
- java.lang.Object
-
- io.quarkus.rest.client.reactive.runtime.ComputedParamContextImpl
-
- All Implemented Interfaces:
ComputedParamContext
public class ComputedParamContextImpl extends Object implements ComputedParamContext
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.quarkus.rest.client.reactive.ComputedParamContext
ComputedParamContext.MethodParameter
-
-
Constructor Summary
Constructors Constructor Description ComputedParamContextImpl(String name, jakarta.ws.rs.client.ClientRequestContext context)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjectgetMethodParameterFromContext(jakarta.ws.rs.client.ClientRequestContext context, int index)List<ComputedParamContext.MethodParameter>methodParameters()Information about the method parameters of the REST Client method for which the computed value is neededStringname()The name of the parameter whose value is being computed
-
-
-
Constructor Detail
-
ComputedParamContextImpl
public ComputedParamContextImpl(String name, jakarta.ws.rs.client.ClientRequestContext context)
-
-
Method Detail
-
name
public String name()
Description copied from interface:ComputedParamContextThe name of the parameter whose value is being computed- Specified by:
namein interfaceComputedParamContext
-
methodParameters
public List<ComputedParamContext.MethodParameter> 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)
-
-