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