Class JsonRepresentation

java.lang.Object
org.assertj.core.presentation.StandardRepresentation
net.javacrumbs.jsonunit.assertj.internal.JsonRepresentation
All Implemented Interfaces:
org.assertj.core.presentation.Representation

public class JsonRepresentation extends org.assertj.core.presentation.StandardRepresentation
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.assertj.core.presentation.StandardRepresentation

    org.assertj.core.presentation.StandardRepresentation.GroupType
  • Field Summary

    Fields inherited from class org.assertj.core.presentation.StandardRepresentation

    ELEMENT_SEPARATOR, ELEMENT_SEPARATOR_WITH_NEWLINE, STANDARD_REPRESENTATION

    Fields inherited from interface org.assertj.core.presentation.Representation

    DEFAULT_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    toStringOf(Map<?,?> map)
     

    Methods inherited from class org.assertj.core.presentation.StandardRepresentation

    classNameDisambiguation, customFormat, fallbackToStringOf, format, format, formatArray, formatPrimitiveArray, getMaxElementsForPrinting, getMaxLengthForSingleLineDescription, getMaxStackTraceElementsDisplayed, hasAlreadyAnUnambiguousToStringOf, hasCustomFormatterFor, multiLineFormat, multiLineFormat, registerFormatterForType, removeAllRegisteredFormatters, resetDefaults, safeStringOf, setMaxElementsForPrinting, setMaxLengthForSingleLineDescription, setMaxStackTraceElementsDisplayed, singleLineFormat, singleLineFormat, smartFormat, smartFormat, toString, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, unambiguousToStringOf

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.assertj.core.presentation.Representation

    getPriority
  • Constructor Details

    • JsonRepresentation

      public JsonRepresentation()
  • Method Details

    • toStringOf

      protected String toStringOf(Map<?,?> map)
      Overrides:
      toStringOf in class org.assertj.core.presentation.StandardRepresentation