public class LowerCaseConversion extends Object implements Conversion<String,String>
revert(String)
implements the same behavior of execute(String)
. Null inputs produce null outputs.Constructor and Description |
---|
LowerCaseConversion() |
Modifier and Type | Method and Description |
---|---|
String |
execute(String input)
Applies the toLowerCase operation in the input and returns the result.
|
String |
revert(String input)
Applies the toLowerCase operation in the input and returns the result.
|
public String execute(String input)
revert(String)
execute
in interface Conversion<String,String>
input
- the String to be converted to lower casepublic String revert(String input)
execute(String)
revert
in interface Conversion<String,String>
input
- the String to be converted to lower caseCopyright © 2024 Univocity Software Pty Ltd. All rights reserved.