Uses of Class
fr.gouv.vitam.common.dsl.schema.meta.Format
-
Uses of Format in fr.gouv.vitam.common.dsl.schema
ModifierConstructorDescriptionValidationErrorMessage
(com.fasterxml.jackson.databind.JsonNode node, Format property, ValidationErrorMessage.Code code, String message, List<Object> context) -
Uses of Format in fr.gouv.vitam.common.dsl.schema.meta
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
Shorthand for ReferenceFormat, except that it is defined by a simple string.class
class
class
Modifier and TypeMethodDescriptionKeyChoiceFormat.getChoices()
Accessor for Jackson set the map of the properties allowed for the object.Modifier and TypeMethodDescriptionprotected void
ValidatorEngine.reportError
(Format propertyFormat, com.fasterxml.jackson.databind.JsonNode node, ValidationErrorMessage.Code code, String message) void
AnyKeyFormat.setItemtype
(Format keyType) Accessor for Jacksonvoid
ArrayFormat.setItemtype
(Format itemType) Accessor for Jacksonprotected void
Format.setReportingType
(Format format) protected void
ValidatorEngine.validate
(Format propertyFormat, com.fasterxml.jackson.databind.JsonNode node, Consumer<String> fieldReport) Modifier and TypeMethodDescriptionvoid
KeyChoiceFormat.setChoices
(Map<String, Format> choices) void
TypeChoiceFormat.setChoices
(Map<JsonTypeName, Format> choices) Accessor for Jackson set the map of the json types allowed for the object.void
ObjectFormat.setElements
(Map<String, Format> elements) Accessor for Jackson set the map of the properties allowed for the object.void
TypeChoiceArrayFormat.setItemchoices
(Map<JsonTypeName, Format> itemChoices) Accessor for Jackson set the map of the json types allowed for the object.void
Accessor for Jacksonvoid
void
void
abstract void
Execute an action on each node of the TypeDef tree.void
void
void
void
void
void