@ThreadSafe @Immutable public class FloatStringConverter extends Object implements StringConverter<Float>, PrimitiveConverter<Float>
| Modifier and Type | Method and Description |
|---|---|
static FloatStringConverter |
create() |
Float |
fromString(String string)
Convert the provided string into an object.
|
EnhancedType<Float> |
primitiveType()
The type supported by this converter.
|
EnhancedType<Float> |
type()
The type supported by this converter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic static FloatStringConverter create()
public EnhancedType<Float> type()
StringConvertertype in interface StringConverter<Float>public EnhancedType<Float> primitiveType()
PrimitiveConverterprimitiveType in interface PrimitiveConverter<Float>public Float fromString(String string)
StringConverterfromString in interface StringConverter<Float>Copyright © 2020. All rights reserved.