Uses of Class
fr.gouv.vitam.common.dsl.schema.meta.Format
-
Packages that use Format Package Description fr.gouv.vitam.common.dsl.schema fr.gouv.vitam.common.dsl.schema.meta -
-
Uses of Format in fr.gouv.vitam.common.dsl.schema
Constructors in fr.gouv.vitam.common.dsl.schema with parameters of type Format Constructor Description ValidationErrorMessage(com.fasterxml.jackson.databind.JsonNode node, Format property, ValidationErrorMessage.Code code, java.lang.String message, java.util.List<java.lang.Object> context) -
Uses of Format in fr.gouv.vitam.common.dsl.schema.meta
Subclasses of Format in fr.gouv.vitam.common.dsl.schema.meta Modifier and Type Class Description classAnyKeyFormatclassArrayFormatclassEnumFormatclassKeyChoiceFormatclassObjectFormatclassReferenceFormatclassShortReferenceFormatShorthand for ReferenceFormat, except that it is defined by a simple string.classTypeChoiceArrayFormatclassTypeChoiceFormatclassUnionFormatMethods in fr.gouv.vitam.common.dsl.schema.meta that return Format Modifier and Type Method Description FormatFormat. getReportingType()FormatSchema. getType(java.lang.String typeName)Get Schema TypeMethods in fr.gouv.vitam.common.dsl.schema.meta that return types with arguments of type Format Modifier and Type Method Description java.util.Map<java.lang.String,Format>KeyChoiceFormat. 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 Format Modifier and Type Method Description protected voidValidatorEngine. reportError(Format propertyFormat, com.fasterxml.jackson.databind.JsonNode node, ValidationErrorMessage.Code code, java.lang.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, java.util.function.Consumer<java.lang.String> fieldReport)Method parameters in fr.gouv.vitam.common.dsl.schema.meta with type arguments of type Format Modifier and Type Method Description voidKeyChoiceFormat. setChoices(java.util.Map<java.lang.String,Format> choices)voidTypeChoiceFormat. setChoices(java.util.Map<JsonTypeName,Format> choices)Accessor for Jackson set the map of the json types allowed for the object.voidObjectFormat. setElements(java.util.Map<java.lang.String,Format> elements)Accessor for Jackson set the map of the properties allowed for the object.voidTypeChoiceArrayFormat. setItemchoices(java.util.Map<JsonTypeName,Format> itemChoices)Accessor for Jackson set the map of the json types allowed for the object.voidUnionFormat. setTypes(java.util.List<Format> types)Accessor for JacksonvoidAnyKeyFormat. walk(java.util.function.Consumer<Format> consumer)voidArrayFormat. walk(java.util.function.Consumer<Format> consumer)voidEnumFormat. walk(java.util.function.Consumer<Format> consumer)abstract voidFormat. walk(java.util.function.Consumer<Format> consumer)Execute an action on each node of the TypeDef tree.voidKeyChoiceFormat. walk(java.util.function.Consumer<Format> consumer)voidObjectFormat. walk(java.util.function.Consumer<Format> consumer)voidReferenceFormat. walk(java.util.function.Consumer<Format> consumer)voidTypeChoiceArrayFormat. walk(java.util.function.Consumer<Format> consumer)voidTypeChoiceFormat. walk(java.util.function.Consumer<Format> consumer)voidUnionFormat. walk(java.util.function.Consumer<Format> consumer)Constructor parameters in fr.gouv.vitam.common.dsl.schema.meta with type arguments of type Format Constructor Description Schema(java.util.Map<java.lang.String,Format> definitions)
-