| Modifier and Type | Field and Description |
|---|---|
(package private) static Floats.FloatConverter |
INSTANCE |
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
private |
FloatConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
doBackward(java.lang.Float value)
Returns a representation of
b as an instance of type A. |
protected java.lang.Float |
doForward(java.lang.String value)
Returns a representation of
a as an instance of type B. |
private java.lang.Object |
readResolve() |
java.lang.String |
toString() |
andThen, apply, convert, convertAll, equals, from, identity, reversestatic final Floats.FloatConverter INSTANCE
private static final long serialVersionUID
protected java.lang.Float doForward(java.lang.String value)
Convertera as an instance of type B. If a cannot be
converted, an unchecked exception (such as IllegalArgumentException) should be thrown.protected java.lang.String doBackward(java.lang.Float value)
Converterb as an instance of type A. If b cannot be
converted, an unchecked exception (such as IllegalArgumentException) should be thrown.doBackward in class Converter<java.lang.String,java.lang.Float>value - the instance to convert; will never be nullpublic java.lang.String toString()
toString in class java.lang.Objectprivate java.lang.Object readResolve()