Class PathParamProcessor
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget.PathParamProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Annotation[]
protected ClientConfiguration
protected Type
-
Constructor Summary
ConstructorsConstructorDescriptionPathParamProcessor
(String paramName, Boolean encodeSlashInPath, Type genericType, Annotation[] annotations, ClientConfiguration clientConfiguration) -
Method Summary
-
Field Details
-
type
-
annotations
-
configuration
-
-
Constructor Details
-
PathParamProcessor
public PathParamProcessor(String paramName, Boolean encodeSlashInPath, Type genericType, Annotation[] annotations, ClientConfiguration clientConfiguration)
-
-
Method Details
-
build
- Specified by:
build
in interfaceWebTargetProcessor
-