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