Class JohnzonNodeFactory
java.lang.Object
net.javacrumbs.jsonunit.core.internal.JohnzonNodeFactory
public class JohnzonNodeFactory extends Object
-
Constructor Summary
Constructors Constructor Description JohnzonNodeFactory() -
Method Summary
Modifier and Type Method Description NodeconvertToNode(Object source, String label, boolean lenient)protected NodedoConvertValue(Object source)booleanisPreferredFor(Object source)protected @NotNull IllegalArgumentExceptionnewParseException(String label, Reader value, Exception e)protected NodenullNode()protected NodereadValue(Reader reader, String label, boolean lenient)NodevalueToNode(Object source)
-
Constructor Details
-
JohnzonNodeFactory
public JohnzonNodeFactory()
-
-
Method Details
-
doConvertValue
-
nullNode
-
readValue
-
isPreferredFor
-
convertToNode
-
valueToNode
-
newParseException
@NotNull protected @NotNull IllegalArgumentException newParseException(String label, Reader value, Exception e)
-