public class DoubleStringBinding extends AbstractStringBinding<Double> implements Binding<Double,String>
Constructor and Description |
---|
DoubleStringBinding() |
Modifier and Type | Method and Description |
---|---|
Class<Double> |
getBoundClass()
Obtain the bound class
|
Double |
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 DoubleStringBinding()
public Double unmarshal(String object)
unmarshal
in interface FromUnmarshaller<Double,String>
unmarshal
in class AbstractStringBinding<Double>
object
- Object to transform, not nullpublic Class<Double> getBoundClass()
getBoundClass
in interface FromUnmarshaller<Double,String>
getBoundClass
in interface ToMarshaller<Double,String>
Copyright © 2010–2018 Jadira Systems. All rights reserved.