@Plugin(name="Long", category="TypeConverter") public static class TypeConverters.LongConverter extends java.lang.Object implements TypeConverter<java.lang.Long>
String into a Long.| Constructor and Description |
|---|
LongConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
convert(java.lang.String s)
Converts a String to a given type.
|
public java.lang.Long convert(java.lang.String s)
TypeConverterconvert in interface TypeConverter<java.lang.Long>s - the String to convert. Cannot be null.