Class PathParamProcessor
- java.lang.Object
-
- org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget.PathParamProcessor
-
- All Implemented Interfaces:
WebTargetProcessor
public class PathParamProcessor extends Object implements WebTargetProcessor
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description protected Annotation[]
annotations
protected ClientConfiguration
configuration
protected Type
type
-
Constructor Summary
Constructors Constructor Description PathParamProcessor(String paramName, Boolean encodeSlashInPath, Type genericType, Annotation[] annotations, ClientConfiguration clientConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.client.WebTarget
build(jakarta.ws.rs.client.WebTarget target, Object param)
-
-
-
Field Detail
-
type
protected Type type
-
annotations
protected Annotation[] annotations
-
configuration
protected ClientConfiguration configuration
-
-
Constructor Detail
-
PathParamProcessor
public PathParamProcessor(String paramName, Boolean encodeSlashInPath, Type genericType, Annotation[] annotations, ClientConfiguration clientConfiguration)
-
-
Method Detail
-
build
public jakarta.ws.rs.client.WebTarget build(jakarta.ws.rs.client.WebTarget target, Object param)
- Specified by:
build
in interfaceWebTargetProcessor
-
-