Class JsonDecodingExceptionFormatter


  • public class JsonDecodingExceptionFormatter
    extends Object
    • Constructor Detail

      • JsonDecodingExceptionFormatter

        public JsonDecodingExceptionFormatter()
    • Method Detail

      • formatFriendlyErrorMessage

        public static String formatFriendlyErrorMessage​(io.vertx.core.json.DecodeException e)
      • formatInvalidFormatMessage

        public static String formatInvalidFormatMessage​(com.fasterxml.jackson.databind.exc.InvalidFormatException e)
      • formatJsonMappingMessage

        public static String formatJsonMappingMessage​(com.fasterxml.jackson.databind.JsonMappingException e)
      • formatUnrecognizedPropertyMessage

        public static String formatUnrecognizedPropertyMessage​(com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException e)
      • describeLocation

        public static String describeLocation​(List<com.fasterxml.jackson.databind.JsonMappingException.Reference> path,
                                              com.fasterxml.jackson.core.JsonLocation loc)
      • describePath

        public static String describePath​(List<com.fasterxml.jackson.databind.JsonMappingException.Reference> path)