public class BooleanMatchConverter extends Object implements IConverter
| Constructor and Description |
|---|
BooleanMatchConverter(String matchValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(String data)
Method to process or format data
*
|
String |
getMatchValue() |
void |
setMatchValue(String matchValue) |
public BooleanMatchConverter(String matchValue)
public String convert(String data)
IConverterconvert in interface IConverterdata - String data inputpublic String getMatchValue()
public void setMatchValue(String matchValue)
Copyright © 2022. All rights reserved.