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