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