PathUserName.java
public class PathUserName
A class that contains necessary nested parameter classes
- a class that extends SchemaHeader/ContentHeader and is used to deserialize the parameter value
Modifier and Type | Class and Description |
---|---|
static class | PathUserName.PathUserName1 class that deserializes a parameter |
public static class PathUserName1 extends SchemaParameter
a class that deserializes a parameter value
Constructor and Description |
---|
PathUserName1() Creates an instance |
Modifier and Type | Field and Description |
---|---|
String | name = "username" the parameter name |
ParameterInType | inType = ParameterInType.PATH the parameter in value |
boolean | required = true whether the parameter is required |
@Nullable Boolean explode | false |
@Nullable ParameterStyle | ParameterStyle.SIMPLE |
@Nullable Boolean allowReserved | false |
JsonSchema<?> | schema = Schema.Schema1().getInstance() |
Modifier and Type | Method and Description |
---|---|
Map<String, String> | serialize(@Nullable Object inData, boolean validate, SchemaConfiguration configuration) deserializes the parameter value |
[Back to top] [Back to Component Parameters] [Back to README]