Class AbstractOpenApiSchema
java.lang.Object
dev.restate.admin.model.AbstractOpenApiSchema
- Direct Known Subclasses:
DeploymentResponse, DetailedDeploymentResponse, RegisterDeploymentRequest, UpdateDeploymentRequest
Deprecated.
Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Get the actual instanceDeprecated.Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as wellDeprecated.Get the list of oneOf/anyOf composed schemas allowed to be stored in this objectDeprecated.Get the schema type (e.g.inthashCode()Deprecated.Deprecated.Is nullablevoidsetActualInstance(Object instance) Deprecated.Set the actual instancetoString()Deprecated.
-
Constructor Details
-
AbstractOpenApiSchema
-
-
Method Details
-
getSchemas
-
getActualInstance
Deprecated.Get the actual instance- Returns:
- an instance of the actual schema/object
-
setActualInstance
Deprecated.Set the actual instance- Parameters:
instance- the actual instance of the schema/object
-
getActualInstanceRecursively
Deprecated.Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as well- Returns:
- an instance of the actual schema/object
-
getSchemaType
Deprecated.Get the schema type (e.g. anyOf, oneOf)- Returns:
- the schema type
-
toString
-
equals
-
hashCode
-
isNullable
-