@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-12T14:56:03.264844-05:00[America/New_York]") public abstract class AbstractOpenApiSchema extends Object
Constructor and Description |
---|
AbstractOpenApiSchema(String schemaType,
Boolean isNullable) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getActualInstance()
Get the actual instance
|
Object |
getActualInstanceRecursively()
Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as well
|
abstract Map<String,GenericType> |
getSchemas()
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
|
String |
getSchemaType()
Get the schema type (e.g.
|
int |
hashCode() |
Boolean |
isNullable()
Is nullable
|
void |
setActualInstance(Object instance)
Set the actual instance
|
String |
toString() |
public abstract Map<String,GenericType> getSchemas()
public Object getActualInstance()
public void setActualInstance(Object instance)
instance
- the actual instance of the schema/objectpublic Object getActualInstanceRecursively()
public String getSchemaType()
public Boolean isNullable()