@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, wait
toString
public static FloatStringConverter create()
public EnhancedType<Float> type()
StringConverter
type
in interface StringConverter<Float>
public EnhancedType<Float> primitiveType()
PrimitiveConverter
primitiveType
in interface PrimitiveConverter<Float>
public Float fromString(String string)
StringConverter
fromString
in interface StringConverter<Float>
Copyright © 2023. All rights reserved.