com.liferay.portlet.documentlibrary.lar.xstream
Class FileEntryConverter
java.lang.Object
com.liferay.portal.kernel.lar.xstream.BaseXStreamConverter
com.liferay.portlet.documentlibrary.lar.xstream.FileEntryConverter
- All Implemented Interfaces:
- com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
public class FileEntryConverter
- extends BaseXStreamConverter
Method Summary |
boolean |
canConvert(Class clazz)
|
protected List<String> |
getFields()
|
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader hierarchicalStreamReader,
com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fields
protected static List<String> fields
FileEntryConverter
public FileEntryConverter()
canConvert
public boolean canConvert(Class clazz)
- Specified by:
canConvert
in interface com.thoughtworks.xstream.converters.ConverterMatcher
- Specified by:
canConvert
in class BaseXStreamConverter
unmarshal
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader hierarchicalStreamReader,
com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
- Specified by:
unmarshal
in interface com.thoughtworks.xstream.converters.Converter
- Specified by:
unmarshal
in class BaseXStreamConverter
getFields
protected List<String> getFields()
- Specified by:
getFields
in class BaseXStreamConverter