| Constructor and Description |
|---|
StringConverter(Format format)
Constructs a
StringConverter on the given subject using the specified Format. |
| Modifier and Type | Method and Description |
|---|---|
Number |
sourceValue(String targetValue)
Parses the given String encoding and sets it as the subject's new value.
|
String |
targetValue(Number sourceValue)
Formats the source value and returns a String representation.
|
public StringConverter(Format format)
StringConverter on the given subject using the specified Format.format - the Format used to format and parseNullPointerException - if the subject or the format is null.Copyright © 2020. All rights reserved.