public class FloatStringBinding extends AbstractStringBinding<Float> implements Binding<Float,String>
Constructor and Description |
---|
FloatStringBinding() |
Modifier and Type | Method and Description |
---|---|
Class<Float> |
getBoundClass()
Obtain the bound class
|
Float |
unmarshal(String object)
Converts from the given String into the specified object
|
getTargetClass, marshal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTargetClass, marshal
getTargetClass
public FloatStringBinding()
public Float unmarshal(String object)
unmarshal
in interface FromUnmarshaller<Float,String>
unmarshal
in class AbstractStringBinding<Float>
object
- Object to transform, not nullpublic Class<Float> getBoundClass()
getBoundClass
in interface FromUnmarshaller<Float,String>
getBoundClass
in interface ToMarshaller<Float,String>
Copyright © 2010–2018 Jadira Systems. All rights reserved.