Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.8 KB

File metadata and controls

41 lines (31 loc) · 1.8 KB

RefSchemaStringWithValidation

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

Nested Class Summary

Modifier and Type Class and Description
static class RefSchemaStringWithValidation.RefSchemaStringWithValidation1
class that deserializes a parameter

RefSchemaStringWithValidation1

public static class RefSchemaStringWithValidation1 extends SchemaParameter

a class that deserializes a parameter value

Constructor Summary

Constructor and Description
RefSchemaStringWithValidation1()
Creates an instance

Field Summary

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()

Method Summary

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]