Uses of Class
fr.gouv.vitam.common.dsl.schema.meta.Schema
-
Packages that use Schema Package Description fr.gouv.vitam.common.dsl.schema fr.gouv.vitam.common.dsl.schema.meta -
-
Uses of Schema in fr.gouv.vitam.common.dsl.schema
Methods in fr.gouv.vitam.common.dsl.schema with parameters of type Schema Modifier and Type Method Description static voidValidator. validate(Schema schema, java.lang.String root, com.fasterxml.jackson.databind.JsonNode document) -
Uses of Schema in fr.gouv.vitam.common.dsl.schema.meta
Methods in fr.gouv.vitam.common.dsl.schema.meta that return Schema Modifier and Type Method Description SchemaSchemaBuilder. build()Build a schemaMethods in fr.gouv.vitam.common.dsl.schema.meta with parameters of type Schema Modifier and Type Method Description protected voidAnyKeyFormat. resolve(Schema schema)protected voidArrayFormat. resolve(Schema schema)protected voidEnumFormat. resolve(Schema schema)protected abstract voidFormat. resolve(Schema schema)Second phase of initialization, when the Format is associated to the Schemaprotected voidKeyChoiceFormat. resolve(Schema schema)protected voidObjectFormat. resolve(Schema schema)protected voidReferenceFormat. resolve(Schema schema)protected voidTypeChoiceArrayFormat. resolve(Schema schema)protected voidTypeChoiceFormat. resolve(Schema schema)protected voidUnionFormat. resolve(Schema schema)Constructors in fr.gouv.vitam.common.dsl.schema.meta with parameters of type Schema Constructor Description ValidatorEngine(Schema schema)Initialize a JSON Validation (used primarily for the DSL)
-