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