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