Uses of Enum Class
fr.gouv.vitam.common.dsl.schema.meta.JsonTypeName
Packages that use JsonTypeName
-
Uses of JsonTypeName in fr.gouv.vitam.common.dsl.schema.meta
Methods in fr.gouv.vitam.common.dsl.schema.meta that return JsonTypeNameModifier and TypeMethodDescriptionstatic JsonTypeNameReturns the enum constant of this class with the specified name.static JsonTypeName[]JsonTypeName.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in fr.gouv.vitam.common.dsl.schema.meta with type arguments of type JsonTypeNameModifier and TypeMethodDescriptionvoidTypeChoiceFormat.setChoices(Map<JsonTypeName, Format> choices) Accessor for Jackson set the map of the json types allowed for the object.voidTypeChoiceArrayFormat.setItemchoices(Map<JsonTypeName, Format> itemChoices) Accessor for Jackson set the map of the json types allowed for the object.