Uses of Class
dev.lydtech.component.framework.mapper.MappingException
-
Packages that use MappingException Package Description dev.lydtech.component.framework.mapper -
-
Uses of MappingException in dev.lydtech.component.framework.mapper
Methods in dev.lydtech.component.framework.mapper that throw MappingException Modifier and Type Method Description static <T> TJsonMapper. readFromJson(String json, Class<T> clazz)Map the given JSON String to the required class type.static StringJsonMapper. writeToJson(Object obj)Map the given Object to a JSON String.
-