Package | Description |
---|---|
org.thales.punch.libraries.punchlang.operator |
Punch language operators.
|
Modifier and Type | Method and Description |
---|---|
List<KvPortion> |
KvPlainEscaperListener.onEnd()
Once done call this method to retrieve the scanning result.
|
List<KvPortion> |
KvPlainEscaperListenerImpl.onEnd() |
List<KvPortion> |
KvPlainEscaper.reverseScan(String input,
KvPlainEscaperListener l)
This method is public to facilitate unit tests.
|
Modifier and Type | Method and Description |
---|---|
String |
KvPlainEscaper.escape(String input,
List<KvPortion> opaque) |
String |
KvJsonEscaper.escape(String input,
List<KvPortion> escapedList)
Escape the provided string and return a list of portions.
|
static String |
KvOperator.restore(String value,
List<KvPortion> portions)
Input strings like "a=\"hello\" b=2" are transformed into "a=@PUNCH@ b=2 in the first
escaping step.
|
static String |
KvJsonEscaper.restore(String value,
List<KvPortion> opaque) |
Copyright © 2023. All rights reserved.