public final class JsonPointerUtil extends Object
Modifier | Constructor and Description |
---|---|
private |
JsonPointerUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
decode(String s)
Transforms "~1" to "/" and then "~0" to "~",
|
static String |
encode(String s)
Transforms "~" to "~0" and then "/" to "~1"
|
private static String |
replace(String src,
String from,
String to) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.