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