Uses of Class
org.openapitools.codegen.SchemaTestCase
-
Packages that use SchemaTestCase Package Description org.openapitools.codegen -
-
Uses of SchemaTestCase in org.openapitools.codegen
Fields in org.openapitools.codegen with type parameters of type SchemaTestCase Modifier and Type Field Description HashMap<String,SchemaTestCase>CodegenModel. testCasesMethods in org.openapitools.codegen that return types with arguments of type SchemaTestCase Modifier and Type Method Description HashMap<String,SchemaTestCase>CodegenMediaType. getTestCases()Constructor parameters in org.openapitools.codegen with type arguments of type SchemaTestCase Constructor Description CodegenMediaType(CodegenProperty schema, LinkedHashMap<String,CodegenEncoding> encoding, HashMap<String,SchemaTestCase> testCases)CodegenMediaType(CodegenProperty schema, LinkedHashMap<String,CodegenEncoding> encoding, HashMap<String,SchemaTestCase> testCases, Object example)CodegenMediaType(CodegenProperty schema, LinkedHashMap<String,CodegenEncoding> encoding, HashMap<String,SchemaTestCase> testCases, Map<String,io.swagger.v3.oas.models.examples.Example> examples)
-