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