Uses of Class
fr.gouv.vitam.common.dsl.schema.meta.Format
Packages that use Format
-
Uses of Format in fr.gouv.vitam.common.dsl.schema
Constructors in fr.gouv.vitam.common.dsl.schema with parameters of type FormatModifierConstructorDescriptionValidationErrorMessage
(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
Subclasses of Format in fr.gouv.vitam.common.dsl.schema.metaModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Shorthand for ReferenceFormat, except that it is defined by a simple string.class
class
class
Methods in fr.gouv.vitam.common.dsl.schema.meta that return FormatMethods in fr.gouv.vitam.common.dsl.schema.meta that return types with arguments of type FormatModifier and TypeMethodDescriptionKeyChoiceFormat.getChoices()
Accessor for Jackson set the map of the properties allowed for the object.Methods in fr.gouv.vitam.common.dsl.schema.meta with parameters of type FormatModifier 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) Method parameters in fr.gouv.vitam.common.dsl.schema.meta with type arguments of type FormatModifier 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
Constructor parameters in fr.gouv.vitam.common.dsl.schema.meta with type arguments of type Format