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