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 TypeClassDescriptionclassclassclassclassclassclassclassShorthand for ReferenceFormat, except that it is defined by a simple string.classclassclassMethods 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 voidValidatorEngine.reportError(Format propertyFormat, com.fasterxml.jackson.databind.JsonNode node, ValidationErrorMessage.Code code, String message) voidAnyKeyFormat.setItemtype(Format keyType) Accessor for JacksonvoidArrayFormat.setItemtype(Format itemType) Accessor for Jacksonprotected voidFormat.setReportingType(Format format) protected voidValidatorEngine.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 TypeMethodDescriptionvoidKeyChoiceFormat.setChoices(Map<String, Format> choices) voidTypeChoiceFormat.setChoices(Map<JsonTypeName, Format> choices) Accessor for Jackson set the map of the json types allowed for the object.voidObjectFormat.setElements(Map<String, Format> elements) Accessor for Jackson set the map of the properties allowed for the object.voidTypeChoiceArrayFormat.setItemchoices(Map<JsonTypeName, Format> itemChoices) Accessor for Jackson set the map of the json types allowed for the object.voidAccessor for Jacksonvoidvoidvoidabstract voidExecute an action on each node of the TypeDef tree.voidvoidvoidvoidvoidvoidConstructor parameters in fr.gouv.vitam.common.dsl.schema.meta with type arguments of type Format