This converter will take care of storing and retrieving {@link File} with either an absolute path OR a relative pathdepending on how they were created.
@author Joe WalnesFile
. If created, returned file is stored in the temporary folder. Conversion rules: null
value is returned as null
byte[]
content is used for creating a fileString
content is used for creating a fileThis converter is plugable and add-on file converters from other modules can be added.
Can be configured to either return a default value or throw a ConversionException
if a conversion error occurs.
@author James Strachan
@version $Revision: 640131 $ $Date: 2008-03-23 02:10:31 +0000 (Sun, 23 Mar 2008) $
@since 1.6
Can be configured to either return a default value or throw a ConversionException
if a conversion error occurs.
@author James Strachan
@version $Revision: 690380 $ $Date: 2008-08-29 21:04:38 +0100 (Fri, 29 Aug 2008) $
@since 1.6
|
|
|
|