public class LongStringConverter extends StringConverter<Long>
StringConverter implementation for Long
(and long primitive) values.
| Constructor and Description |
|---|
LongStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
fromString(String value)
Converts the string provided into an object defined by the specific converter.
|
String |
toString(Long value)
Converts the object provided into its string form.
|
public Long fromString(String value)
fromString in class StringConverter<Long>public String toString(Long value)
toString in class StringConverter<Long>Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.