Class QueryParamItem
- java.lang.Object
-
- org.jboss.resteasy.reactive.client.processor.beanparam.Item
-
- org.jboss.resteasy.reactive.client.processor.beanparam.QueryParamItem
-
public class QueryParamItem extends Item
-
-
Constructor Summary
Constructors Constructor Description QueryParamItem(String fieldName, String name, boolean encoded, org.jboss.resteasy.reactive.client.processor.beanparam.ValueExtractor extractor, org.jboss.jandex.Type valueType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.jandex.TypegetValueType()Stringname()
-
-
-
Method Detail
-
name
public String name()
-
getValueType
public org.jboss.jandex.Type getValueType()
-
-