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