Class JsonSchemaMapperContext
java.lang.Object
software.amazon.smithy.jsonschema.JsonSchemaMapperContext
Context for a JSON schema mapping.
-
Method Summary
-
Method Details
-
getModel
Gets the Smithy model being converted.- Returns:
- Returns the Smithy model.
-
getShape
Gets the Smithy shape being mapped.- Returns:
- Returns the Smithy shape.
-
getConfig
Gets the JSON schema configuration object.- Returns:
- Returns the JSON schema config object.
-