public class UpperCaseConversion extends Object implements Conversion<String,String>
revert(String)
implements the same behavior of execute(String)
. Null inputs produce null outputs.Constructor and Description |
---|
UpperCaseConversion() |
Modifier and Type | Method and Description |
---|---|
String |
execute(String input)
Applies the toUpperCase operation in the input and returns the result.
|
String |
revert(String input)
Applies the toUpperCase 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 upper casepublic String revert(String input)
execute(String)
revert
in interface Conversion<String,String>
input
- the String to be converted to upper caseCopyright © 2020 uniVocity Software Pty Ltd. All rights reserved.