Package org.ivoa.vodml.json
Class JsonManagement
- java.lang.Object
-
- org.ivoa.vodml.json.JsonManagement
-
public class JsonManagement extends java.lang.ObjectUtility class for JSON serialization.- Since:
- 6 Oct 2022
-
-
Constructor Summary
Constructors Constructor Description JsonManagement()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMapperjsonMapper(ModelDescription md)create an ObjectMapper suitably configured for use with the VODML generated models.
-
-
-
Method Detail
-
jsonMapper
public static com.fasterxml.jackson.databind.ObjectMapper jsonMapper(ModelDescription md)
create an ObjectMapper suitably configured for use with the VODML generated models.- Parameters:
md- the description of the model.- Returns:
- the objectmapper.
-
-