RefSchemaStringWithValidation.java
public class RefSchemaStringWithValidation
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 | RefSchemaStringWithValidation.RefSchemaStringWithValidation1 class that deserializes a parameter |
public static class RefSchemaStringWithValidation1 extends SchemaParameter
a class that deserializes a parameter value
| Constructor and Description |
|---|
| RefSchemaStringWithValidation1() Creates an instance |
| Modifier and Type | Field and Description |
|---|---|
| String | name = "RSstringWithValidation" 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]