public class NoOpContentConverter extends Object implements ContentConverter
ContentConverter which will perform no conversion.| Constructor and Description |
|---|
NoOpContentConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(String line)
Simply returns the same line as given.
|
public String convert(String line)
convert in interface ContentConverterline - The line to convert.Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.