public class CodegenComposedSchemas extends Object
| Constructor and Description |
|---|
CodegenComposedSchemas(List<CodegenProperty> allOf,
List<CodegenProperty> oneOf,
List<CodegenProperty> anyOf,
CodegenProperty not) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<CodegenProperty> |
getAllOf() |
List<CodegenProperty> |
getAnyOf() |
CodegenProperty |
getNot() |
List<CodegenProperty> |
getOneOf() |
int |
hashCode() |
String |
toString() |
public CodegenComposedSchemas(List<CodegenProperty> allOf, List<CodegenProperty> oneOf, List<CodegenProperty> anyOf, CodegenProperty not)
public List<CodegenProperty> getAllOf()
public List<CodegenProperty> getOneOf()
public List<CodegenProperty> getAnyOf()
public CodegenProperty getNot()
Copyright © 2023. All rights reserved.