Modifier and Type | Field and Description |
---|---|
static StringConverter |
INSTANCE
The converter.
|
Modifier and Type | Method and Description |
---|---|
String |
fromString(String input)
Just returns the given input.
|
public static final StringConverter INSTANCE
public String fromString(String input) throws IllegalArgumentException
fromString
in interface Converter<String>
input
- the input, can be nullIllegalArgumentException
Copyright © 2016. All rights reserved.