@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-12-11T00:56:28.222220Z[Etc/UTC]", comments="Generator version: 7.10.0") 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,Class<?>> |
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,Class<?>> 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()
Copyright © 2024. All rights reserved.