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