| Package | Description |
|---|---|
| org.symphonyoss.s2.canon.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContainerSchema |
class |
AllOfSchema |
class |
ArraySchema
Schema for an array.
|
class |
BooleanType |
class |
Component |
class |
DoubleType |
class |
IntegerType |
class |
ObjectSchema
Schema for an object.
|
class |
OneOfSchema |
class |
StringType |
class |
Type |
class |
TypeDef |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.getBaseSchema() |
Schema |
ReferenceSchema.getBaseSchema() |
Schema |
Field.getBaseSchema() |
Schema |
Component.getBaseSchema() |
abstract Schema |
AbstractSchema.getBaseSchema()
Get the basic schema which this type refers to.
|
Schema |
Type.getElementSchema() |
Schema |
ReferenceSchema.getElementSchema() |
Schema |
ObjectSchema.getElementSchema() |
Schema |
Field.getElementSchema() |
Schema |
Component.getElementSchema() |
Schema |
ArraySchema.getElementSchema() |
abstract Schema |
AbstractSchema.getElementSchema()
For an array type this is the schema of a single element of the array.
|
Schema |
AbstractContainerSchema.getElementSchema() |
Schema |
ReferenceSchema.getReference() |
Schema |
ReferenceSchema.getType() |
Copyright © 2018 Symphony Software Foundation. All rights reserved.