public class PathConverter extends AbstractSingleValueConverter
Path to string.| Constructor and Description |
|---|
PathConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class type)
Determines whether the converter can marshall a particular type.
|
Path |
fromString(String str)
Unmarshals an Object from its single value representation.
|
String |
toString(Object obj)
Marshals an Object into a single value representation.
|
public boolean canConvert(Class type)
ConverterMatchercanConvert in interface ConverterMatchercanConvert in class AbstractSingleValueConvertertype - the Class representing the object type to be convertedpublic Path fromString(String str)
SingleValueConverterfromString in interface SingleValueConverterfromString in class AbstractSingleValueConverterstr - the String with the single value of the Objectpublic String toString(Object obj)
SingleValueConvertertoString in interface SingleValueConvertertoString in class AbstractSingleValueConverterobj - the Object to be convertednullCopyright © 2004–2017 XStream. All rights reserved.