Class JsonDataLoaderUtil
java.lang.Object
com.regnosys.rosetta.common.serialisation.JsonDataLoaderUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <U> UfromObject(Object obj, Class<U> type, com.fasterxml.jackson.databind.ObjectMapper rosettaObjectMapper) static Class<?>loadClass(String type, ClassLoader classLoader) static <U> UreadType(Class<U> type, com.fasterxml.jackson.databind.ObjectMapper rosettaObjectMapper, String json) static <U> Ustatic <U> List<U>readTypeList(Class<U> type, com.fasterxml.jackson.databind.ObjectMapper rosettaObjectMapper, Reader input) static <U> List<U>readTypeList(Class<U> type, com.fasterxml.jackson.databind.ObjectMapper rosettaObjectMapper, URL url)
-
Constructor Details
-
JsonDataLoaderUtil
public JsonDataLoaderUtil()
-
-
Method Details
-
readType
-
readType
-
readTypeList
-
readTypeList
-
fromObject
-
openURL
-
loadClass
-