Package ai.reveng.model
Class Context
java.lang.Object
ai.reveng.model.AbstractOpenApiSchema
ai.reveng.model.Context
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Context
extends AbstractOpenApiSchema
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContextCreate an instance of Context given an JSON stringGet the actual instance, which can be the following: DecompilationCommentContext, ObjectGet the actual instance of `DecompilationCommentContext`.Get the actual instance of `Object`.Get the list of oneOf/anyOf composed schemas allowed to be stored in this objectvoidsetActualInstance(Object instance) Set the instance that matches the anyOf child schema, check the instance parameter is valid against the anyOf child schemas: DecompilationCommentContext, Object It could be an instance of the 'anyOf' schemas.toJson()Convert an instance of Context to an JSON stringstatic voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundMethods inherited from class ai.reveng.model.AbstractOpenApiSchema
equals, getActualInstanceRecursively, getSchemaType, hashCode, isNullable, toString
-
Field Details
-
schemas
-
-
Constructor Details
-
Context
public Context() -
Context
-
-
Method Details
-
getSchemas
Description copied from class:AbstractOpenApiSchemaGet the list of oneOf/anyOf composed schemas allowed to be stored in this object- Specified by:
getSchemasin classAbstractOpenApiSchema- Returns:
- an instance of the actual schema/object
-
setActualInstance
Set the instance that matches the anyOf child schema, check the instance parameter is valid against the anyOf child schemas: DecompilationCommentContext, Object It could be an instance of the 'anyOf' schemas.- Overrides:
setActualInstancein classAbstractOpenApiSchema- Parameters:
instance- the actual instance of the schema/object
-
getActualInstance
Get the actual instance, which can be the following: DecompilationCommentContext, Object- Overrides:
getActualInstancein classAbstractOpenApiSchema- Returns:
- The actual instance (DecompilationCommentContext, Object)
-
getDecompilationCommentContext
Get the actual instance of `DecompilationCommentContext`. If the actual instance is not `DecompilationCommentContext`, the ClassCastException will be thrown.- Returns:
- The actual instance of `DecompilationCommentContext`
- Throws:
ClassCastException- if the instance is not `DecompilationCommentContext`
-
getObject
Get the actual instance of `Object`. If the actual instance is not `Object`, the ClassCastException will be thrown.- Returns:
- The actual instance of `Object`
- Throws:
ClassCastException- if the instance is not `Object`
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to Context
-
fromJson
Create an instance of Context given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Context
- Throws:
IOException- if the JSON string is invalid with respect to Context
-
toJson
Convert an instance of Context to an JSON string- Returns:
- JSON string
-