Uses of Interface
org.openapitools.codegen.IJsonSchemaValidationProperties
-
Packages that use IJsonSchemaValidationProperties Package Description org.openapitools.codegen org.openapitools.codegen.languages org.openapitools.codegen.utils -
-
Uses of IJsonSchemaValidationProperties in org.openapitools.codegen
Classes in org.openapitools.codegen that implement IJsonSchemaValidationProperties Modifier and Type Class Description classCodegenModelCodegenModel represents a schema object in a OpenAPI document.classCodegenParameterDescribes a single operation parameter in the OAS specification.classCodegenPropertyclassCodegenResponseMethods in org.openapitools.codegen with parameters of type IJsonSchemaValidationProperties Modifier and Type Method Description protected voidDefaultCodegen. addImports(Set<String> importsToBeAddedTo, IJsonSchemaValidationProperties type)protected voidDefaultCodegen. addImports(CodegenModel m, IJsonSchemaValidationProperties type)protected voidDefaultCodegen. addRequiredVarsMap(io.swagger.v3.oas.models.media.Schema schema, IJsonSchemaValidationProperties property)protected voidDefaultCodegen. addVars(IJsonSchemaValidationProperties m, List<CodegenProperty> vars, Map<String,io.swagger.v3.oas.models.media.Schema> properties, Set<String> mandatory)Add variables (properties) to codegen model (list of properties, various flags, etc)protected voidDefaultCodegen. addVarsRequiredVarsAdditionalProps(io.swagger.v3.oas.models.media.Schema schema, IJsonSchemaValidationProperties property)protected voidDefaultCodegen. setAddProps(io.swagger.v3.oas.models.media.Schema schema, IJsonSchemaValidationProperties property) -
Uses of IJsonSchemaValidationProperties in org.openapitools.codegen.languages
Classes in org.openapitools.codegen.languages that implement IJsonSchemaValidationProperties Modifier and Type Class Description classTypeScriptFetchClientCodegen.ExtendedCodegenModelclassTypeScriptFetchClientCodegen.ExtendedCodegenParameterclassTypeScriptFetchClientCodegen.ExtendedCodegenPropertyMethods in org.openapitools.codegen.languages with parameters of type IJsonSchemaValidationProperties Modifier and Type Method Description protected voidN4jsClientCodegen. addImports(Set<String> importsToBeAddedTo, IJsonSchemaValidationProperties type) -
Uses of IJsonSchemaValidationProperties in org.openapitools.codegen.utils
Methods in org.openapitools.codegen.utils with parameters of type IJsonSchemaValidationProperties Modifier and Type Method Description static voidModelUtils. syncValidationProperties(io.swagger.v3.oas.models.media.Schema schema, IJsonSchemaValidationProperties target)
-