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