- get(String) - Method in interface net.javacrumbs.jsonunit.core.internal.Node
-
- getActual() - Method in interface net.javacrumbs.jsonunit.core.listener.Difference
-
Actual node serialized as Map<String, Object> for objects, BigDecimal for numbers, ...
- getActualPath() - Method in interface net.javacrumbs.jsonunit.core.listener.Difference
-
Path to the difference
- getActualSource() - Method in interface net.javacrumbs.jsonunit.core.listener.DifferenceContext
-
Actual source serialized as Map<String, Object> for objects, BigDecimal for numbers, ...
- getConfiguration() - Method in interface net.javacrumbs.jsonunit.core.listener.DifferenceContext
-
Configuration used for comparison.
- getDescription() - Method in enum net.javacrumbs.jsonunit.core.internal.Node.NodeType
-
- getDifferenceListener() - Method in class net.javacrumbs.jsonunit.core.Configuration
-
- getExpected() - Method in interface net.javacrumbs.jsonunit.core.listener.Difference
-
Expected node serialized as Map<String, Object> for objects, BigDecimal for numbers, ...
- getExpectedPath() - Method in interface net.javacrumbs.jsonunit.core.listener.Difference
-
Path to the expected element (may be different than actual path if IGNORE_ARRAY_ORDER is used)
- getExpectedSource() - Method in interface net.javacrumbs.jsonunit.core.listener.DifferenceContext
-
Expected source serialized as Map<String, Object> for objects, BigDecimal for numbers, ...
- getIgnorePlaceholder() - Method in class net.javacrumbs.jsonunit.core.Configuration
-
- getKey() - Method in class net.javacrumbs.jsonunit.core.internal.Node.KeyValue
-
- getMatcher(String) - Method in class net.javacrumbs.jsonunit.core.Configuration
-
- getNode(Object, String) - Static method in class net.javacrumbs.jsonunit.core.internal.JsonUtils
-
Returns node with given path.
- getNode(Object, Path) - Static method in class net.javacrumbs.jsonunit.core.internal.JsonUtils
-
Returns node with given path.
- getNodeType() - Method in interface net.javacrumbs.jsonunit.core.internal.Node
-
- getObjectMapper(boolean) - Method in interface net.javacrumbs.jsonunit.providers.Jackson2ObjectMapperProvider
-
Provides ObjectMapper
- getOptions() - Method in class net.javacrumbs.jsonunit.core.Configuration
-
- getPathPrefix(Object) - Static method in class net.javacrumbs.jsonunit.core.internal.JsonUtils
-
- getPathsToBeIgnored() - Method in class net.javacrumbs.jsonunit.core.Configuration
-
- getTolerance() - Method in class net.javacrumbs.jsonunit.core.Configuration
-
- getType() - Method in interface net.javacrumbs.jsonunit.core.listener.Difference
-
Type of the difference
- getValue() - Method in interface net.javacrumbs.jsonunit.core.internal.Node
-
- getValue() - Method in class net.javacrumbs.jsonunit.core.internal.Node.KeyValue
-
- getValue(Node) - Method in interface net.javacrumbs.jsonunit.core.internal.Node.ValueExtractor
-
- getWrappedNode() - Method in class net.javacrumbs.jsonunit.core.internal.Node.JsonList
-
- getWrappedNode() - Method in class net.javacrumbs.jsonunit.core.internal.Node.JsonMap
-