public abstract class AbstractSchemaInhCommand extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_ALL_OF |
static String |
TYPE_ANY_OF |
static String |
TYPE_NONE |
static String |
TYPE_ONE_OF |
Constructor and Description |
---|
AbstractSchemaInhCommand() |
Modifier and Type | Method and Description |
---|---|
protected void |
copySchemaJsTo(List<Object> schemas,
OasSchema targetSchema,
String inheritanceType)
Copies the given list of schemas to the appropriate property on the model
|
protected OasSchema |
createSchema(OasSchema parentSchema,
String inheritanceType)
Creates a schema of a particular type (allOf, anyOf, etc).
|
isNullOrUndefined, type
public static final String TYPE_NONE
public static final String TYPE_ALL_OF
public static final String TYPE_ONE_OF
public static final String TYPE_ANY_OF
Copyright © 2020 Red Hat. All rights reserved.