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 class
AnyKeyFormat
class
ArrayFormat
class
EnumFormat
class
KeyChoiceFormat
class
ObjectFormat
class
ReferenceFormat
class
ShortReferenceFormat
Shorthand for ReferenceFormat, except that it is defined by a simple string.class
TypeChoiceArrayFormat
class
TypeChoiceFormat
class
UnionFormat
Methods in fr.gouv.vitam.common.dsl.schema.meta that return Format Modifier and Type Method Description Format
Format. getReportingType()
Format
Schema. 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 void
ValidatorEngine. reportError(Format propertyFormat, com.fasterxml.jackson.databind.JsonNode node, ValidationErrorMessage.Code code, java.lang.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, 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 void
KeyChoiceFormat. setChoices(java.util.Map<java.lang.String,Format> choices)
void
TypeChoiceFormat. setChoices(java.util.Map<JsonTypeName,Format> choices)
Accessor for Jackson set the map of the json types allowed for the object.void
ObjectFormat. setElements(java.util.Map<java.lang.String,Format> elements)
Accessor for Jackson set the map of the properties allowed for the object.void
TypeChoiceArrayFormat. setItemchoices(java.util.Map<JsonTypeName,Format> itemChoices)
Accessor for Jackson set the map of the json types allowed for the object.void
UnionFormat. setTypes(java.util.List<Format> types)
Accessor for Jacksonvoid
AnyKeyFormat. walk(java.util.function.Consumer<Format> consumer)
void
ArrayFormat. walk(java.util.function.Consumer<Format> consumer)
void
EnumFormat. walk(java.util.function.Consumer<Format> consumer)
abstract void
Format. walk(java.util.function.Consumer<Format> consumer)
Execute an action on each node of the TypeDef tree.void
KeyChoiceFormat. walk(java.util.function.Consumer<Format> consumer)
void
ObjectFormat. walk(java.util.function.Consumer<Format> consumer)
void
ReferenceFormat. walk(java.util.function.Consumer<Format> consumer)
void
TypeChoiceArrayFormat. walk(java.util.function.Consumer<Format> consumer)
void
TypeChoiceFormat. walk(java.util.function.Consumer<Format> consumer)
void
UnionFormat. 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)
-