Package | Description |
---|---|
org.thales.punch.punchlang.util |
Modifier and Type | Class and Description |
---|---|
class |
JsonArrayCodec
A simple Json streaming codec to detect the top level array elements.
|
class |
LineCodec
A simple codec to read and return each line.
|
class |
MultilineCodec
Read multiline inputs based on a regex pattern.
|
class |
XmlCodec
A simple XML streaming codec to detect the top level array elements.
|
Modifier and Type | Method and Description |
---|---|
ICodec<String> |
LineCodecBuilder.build() |
ICodec<String> |
JsonArrayCodecBuilder.build() |
ICodec<String> |
MultilineCodecBuilder.build() |
ICodec<String> |
XmlCodecBuilder.build() |
Copyright © 2023. All rights reserved.