Uses of Class
org.symphonyoss.s2.canon.model.ReferenceOrSchema
-
Packages that use ReferenceOrSchema Package Description org.symphonyoss.s2.canon.model -
-
Uses of ReferenceOrSchema in org.symphonyoss.s2.canon.model
Subclasses of ReferenceOrSchema in org.symphonyoss.s2.canon.model Modifier and Type Class Description classAbstractContainerSchemaclassAllOfSchemaclassArraySchemaSchema for an array.classBooleanTypeclassComponentclassDoubleTypeclassIntegerTypeclassObjectSchemaSchema for an object.classOneOfSchemaclassReferenceSchemaA schema defined as{ "$ref": "#/some/URI" }In order to allow forward references these objects need to be first created and then resolved in a second pass of the model.classSchemaclassStringTypeclassTypeclassTypeDefMethods in org.symphonyoss.s2.canon.model that return ReferenceOrSchema Modifier and Type Method Description ReferenceOrSchemaAbstractParameter. getSchema()ReferenceOrSchemaAbstractPayload. getSchema()
-