public class RequestParamDescriptor extends ParamDescriptor
| Constructor and Description |
|---|
RequestParamDescriptor(QualifiedName qualifiedName) |
RequestParamDescriptor(String qualifiedName) |
| Modifier and Type | Method and Description |
|---|---|
RequestParamDescriptor |
canonical() |
ControlMode |
getControlMode() |
String |
getName() |
String |
getValue() |
ValueMapping |
getValueMapping() |
ValueType |
getValueType() |
RequestParamDescriptor |
matchedByLiteral(String value) |
RequestParamDescriptor |
matchedByPattern(String value) |
RequestParamDescriptor |
named(String name) |
RequestParamDescriptor |
neverEmpty() |
RequestParamDescriptor |
neverNull() |
RequestParamDescriptor |
optional() |
RequestParamDescriptor |
required() |
void |
setControlMode(ControlMode controlMode) |
void |
setName(String name) |
void |
setValue(String value) |
void |
setValueMapping(ValueMapping valueMapping) |
void |
setValueType(ValueType valueType) |
getQualifiedNamepublic RequestParamDescriptor(QualifiedName qualifiedName)
public RequestParamDescriptor(String qualifiedName)
public RequestParamDescriptor named(String name)
public RequestParamDescriptor matchedByLiteral(String value)
public RequestParamDescriptor matchedByPattern(String value)
public RequestParamDescriptor required()
public RequestParamDescriptor optional()
public RequestParamDescriptor neverEmpty()
public RequestParamDescriptor neverNull()
public RequestParamDescriptor canonical()
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public ValueType getValueType()
public void setValueType(ValueType valueType)
public ControlMode getControlMode()
public void setControlMode(ControlMode controlMode)
public ValueMapping getValueMapping()
public void setValueMapping(ValueMapping valueMapping)
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.