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