@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") 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,javax.ws.rs.core.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,javax.ws.rs.core.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()
Copyright © 2023. All rights reserved.