Class JSON
java.lang.Object
fr.gouv.vitam.antivirus.client.invoker.JSON
- All Implemented Interfaces:
jakarta.ws.rs.ext.ContextResolver<com.fasterxml.jackson.databind.ObjectMapper>
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-29T21:12:11.613695899+01:00[Europe/Paris]",
comments="Generator version: 7.4.0")
public class JSON
extends Object
implements jakarta.ws.rs.ext.ContextResolver<com.fasterxml.jackson.databind.ObjectMapper>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMappergetContext(Class<?> type) voidsetDateFormat(DateFormat dateFormat) Set the date format for JSON (de)serialization with Date properties.
-
Constructor Details
-
JSON
public JSON()
-
-
Method Details
-
setDateFormat
Set the date format for JSON (de)serialization with Date properties.- Parameters:
dateFormat- the date format to set
-
getContext
- Specified by:
getContextin interfacejakarta.ws.rs.ext.ContextResolver<com.fasterxml.jackson.databind.ObjectMapper>
-