Uses of Class
dev.lydtech.component.framework.mapper.MappingException
Packages that use MappingException
-
Uses of MappingException in dev.lydtech.component.framework.mapper
Methods in dev.lydtech.component.framework.mapper that throw MappingExceptionModifier and TypeMethodDescriptionstatic <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.