Uses of Class
io.mosip.kernel.core.util.exception.JsonMappingException
-
Packages that use JsonMappingException Package Description io.mosip.kernel.core.util -
-
Uses of JsonMappingException in io.mosip.kernel.core.util
Methods in io.mosip.kernel.core.util that throw JsonMappingException Modifier and Type Method Description static List<Object>JsonUtils. jsonStringToJavaList(String jsonArray)This method converts a JSON String containing multiple JSON and stores them in a java liststatic Map<String,Object>JsonUtils. jsonStringToJavaMap(String jsonString)This method converts a JSON String containing multiple JSON and stores them in a java Mapstatic ObjectJsonUtils. jsonStringToJavaObject(Class<?> className, String jsonString)This method converts the JSON String input and maps it to the java object
-