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