public class DefaultInputHandler<ReturnType> extends Object implements InputHandler<ReturnType>
ObjectUtil.convert(Object, Class)| Constructor and Description |
|---|
DefaultInputHandler() |
| Modifier and Type | Method and Description |
|---|---|
ReturnType |
parseInput(String input,
Class<ReturnType> returnType)
Converts the given input into the correct return type.
|
public ReturnType parseInput(String input, Class<ReturnType> returnType) throws IllegalArgumentException
InputHandlerparseInput in interface InputHandler<ReturnType>IllegalArgumentException - if the input is not validCopyright © 2021 Liquibase.org. All rights reserved.