Uses of Class
fr.gouv.vitam.common.dsl.schema.meta.JsonTypeName
-
Packages that use JsonTypeName Package Description fr.gouv.vitam.common.dsl.schema.meta -
-
Uses of JsonTypeName in fr.gouv.vitam.common.dsl.schema.meta
Methods in fr.gouv.vitam.common.dsl.schema.meta that return JsonTypeName Modifier and Type Method Description static JsonTypeNameJsonTypeName. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JsonTypeName[]JsonTypeName. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in fr.gouv.vitam.common.dsl.schema.meta with type arguments of type JsonTypeName Modifier and Type Method Description voidTypeChoiceFormat. setChoices(java.util.Map<JsonTypeName,Format> choices)Accessor for Jackson set the map of the json types 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.
-