public class SampleDataJsonParser
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
byte[] |
getContentFromPath(java.lang.String path)
Returns the content selected using the path
|
java.util.Set<java.lang.String> |
getPossiblePaths()
Returns all the possible paths that lead to an array within the JSON file
|
static SampleDataJsonParser |
parse(java.io.Reader reader) |
public static SampleDataJsonParser parse(@NonNull java.io.Reader reader)
@NonNull public byte[] getContentFromPath(@NonNull java.lang.String path)
@NonNull public java.util.Set<java.lang.String> getPossiblePaths()