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