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