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 ContentConverter
line
- The line to convert.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.