public class BambooJsonUtils extends Object
Modifier and Type | Method and Description |
---|---|
static org.codehaus.jackson.JsonNode |
getJsonResource(String fileName,
Object object) |
static org.codehaus.jackson.JsonNode |
getJsonResource(String resourceName,
Object object,
Properties subs) |
static Function<io.restassured.path.json.JsonPath,Boolean> |
jsonPathToBoolean(String path) |
static Function<io.restassured.path.json.JsonPath,Integer> |
jsonPathToInteger(String path) |
static <T> Function<io.restassured.path.json.JsonPath,List<T>> |
jsonPathToList(String path,
Class<T> clazz) |
static Function<io.restassured.path.json.JsonPath,String> |
jsonPathToString(String path) |
public static org.codehaus.jackson.JsonNode getJsonResource(@NotNull String resourceName, @NotNull Object object, @NotNull Properties subs) throws IOException
IOException
public static org.codehaus.jackson.JsonNode getJsonResource(@NotNull String fileName, @NotNull Object object) throws IOException
IOException
public static Function<io.restassured.path.json.JsonPath,Boolean> jsonPathToBoolean(@NotNull String path)
public static Function<io.restassured.path.json.JsonPath,Integer> jsonPathToInteger(@NotNull String path)
public static <T> Function<io.restassured.path.json.JsonPath,List<T>> jsonPathToList(@NotNull String path, Class<T> clazz)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.