Package | Description |
---|---|
org.thales.punch.punchlang.util |
Modifier and Type | Method and Description |
---|---|
ECodec |
LineCodec.getType() |
ECodec |
MultilineCodec.getType() |
ECodec |
XmlCodec.getType() |
ECodec |
JsonArrayCodec.getType() |
ECodec |
ICodec.getType() |
static ECodec |
ECodec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECodec[] |
ECodec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MultilineCodecBuilder |
MultilineCodecBuilder.setType(ECodec codec)
Set the type of this codec.
|
Constructor and Description |
---|
MultilineCodec(int capacity,
String pattern,
String delimiter,
Long timeout,
ECodec codec)
Constructor
|
Copyright © 2023. All rights reserved.