ValueBox<Collection<Object>> |
Collector.collectAll(String jsonPath) |
Collect multiple value into box
|
<T> ValueBox<Collection<T>> |
Collector.collectAll(String jsonPath,
Class<T> tClass) |
Collect multiple value into box
|
<T> ValueBox<Collection<T>> |
Collector.collectAll(JsonPath jsonPath,
Class<T> tClass) |
Collect multiple value into box
|
ValueBox<Object> |
Collector.collectOne(String jsonPath) |
Collect single value into box
|
<T> ValueBox<T> |
Collector.collectOne(String jsonPath,
Class<T> tClass) |
Collect single value into box
|
<T> ValueBox<T> |
Collector.collectOne(JsonPath jsonPath,
Class<T> tClass) |
Collect single value into box
|