Class JsonDeserializerUtils

java.lang.Object
com.epam.eco.commons.json.JsonDeserializerUtils

public abstract class JsonDeserializerUtils extends Object
Author:
Raman_Babich
  • Method Details

    • assertNotNullValue

      public static void assertNotNullValue(Object value, String fieldName, Class<?> targetType, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws com.fasterxml.jackson.databind.JsonMappingException
      Throws:
      com.fasterxml.jackson.databind.JsonMappingException
    • assertRequiredField

      public static void assertRequiredField(Object value, String fieldName, Class<?> targetType, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws com.fasterxml.jackson.databind.JsonMappingException
      Throws:
      com.fasterxml.jackson.databind.JsonMappingException