| Package | Description |
|---|---|
| com.networknt.jsonoverlay |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePair<L,R>
An immutable pair consisting of two
Object elements. |
| Modifier and Type | Method and Description |
|---|---|
Pair<com.fasterxml.jackson.databind.JsonNode,Map<com.fasterxml.jackson.core.JsonPointer,PositionInfo>> |
JsonLoader.loadWithLocations(String json) |
static <L,R> Pair<L,R> |
Pair.of(L left,
R right)
Obtains an immutable pair of from two objects inferring the generic types.
|
Copyright © 2018. All rights reserved.