intarsys runtime library

Uses of Class
de.intarsys.tools.converter.ConversionException

Packages that use ConversionException
de.intarsys.tools.attachment   
de.intarsys.tools.converter   
de.intarsys.tools.crypto   
de.intarsys.tools.digest   
de.intarsys.tools.enumeration   
de.intarsys.tools.ipc   
de.intarsys.tools.preferences   
 

Uses of ConversionException in de.intarsys.tools.attachment
 

Methods in de.intarsys.tools.attachment that throw ConversionException
 Object CanonicalFromAttachmentConverter.convert(Attachment source)
           
 

Uses of ConversionException in de.intarsys.tools.converter
 

Methods in de.intarsys.tools.converter that throw ConversionException
 Integer IntegerFromBooleanConverter.convert(Boolean source)
           
 Float FloatFromBooleanConverter.convert(Boolean source)
           
 String CanonicalFromCharArrayConverter.convert(char[] source)
           
 Long CanonicalFromDateConverter.convert(Date source)
           
 String CanonicalFromFileConverter.convert(File source)
           
 ILocator LocatorFromArgsConverter.convert(IArgs source)
           
 Long LongFromNumberConverter.convert(Number source)
           
 Integer IntegerFromNumberConverter.convert(Number source)
           
 Float FloatFromNumberConverter.convert(Number source)
           
 Double DoubleFromNumberConverter.convert(Number source)
           
 Date DateFromNumberConverter.convert(Number source)
           
 Boolean BooleanFromNumberConverter.convert(Number source)
           
 Object DoubleDispatchConverter.convert(Object source)
           
 Object CanonicalFromUndefinedConverter.convert(Object source)
           
 Object CanonicalFromObjectConverter.convert(Object source)
           
 Object StandardConverterRegistry.convert(Object source, Class targetType)
           
<T> T
IConverterRegistry.convert(Object source, Class<T> targetType)
           
 T IConverter.convert(S source)
          Convert the actual source object.
 Long LongFromStringConverter.convert(String source)
           
 ILocator LocatorFromStringConverter.convert(String source)
           
 Integer IntegerFromStringConverter.convert(String source)
           
 Float FloatFromStringConverter.convert(String source)
           
 File FileFromStringConverter.convert(String source)
           
 Double DoubleFromStringConverter.convert(String source)
           
 Date DateFromStringConverter.convert(String source)
           
 Character CharacterFromStringConverter.convert(String source)
           
 String CanonicalFromStringConverter.convert(String source)
           
 Boolean BooleanFromStringConverter.convert(String source)
           
static
<T> List<T>
ConverterTools.convertAll(Object source, Class<T> clazz)
           
 

Uses of ConversionException in de.intarsys.tools.crypto
 

Methods in de.intarsys.tools.crypto that throw ConversionException
 String CanonicalFromSecretConverter.convert(Secret source)
           
 

Uses of ConversionException in de.intarsys.tools.digest
 

Methods in de.intarsys.tools.digest that throw ConversionException
 Object IPCObjectFromDigestConverter.convert(IDigest source)
           
 

Uses of ConversionException in de.intarsys.tools.enumeration
 

Methods in de.intarsys.tools.enumeration that throw ConversionException
 String CanonicalFromEnumItemConverter.convert(EnumItem source)
           
 

Uses of ConversionException in de.intarsys.tools.ipc
 

Methods in de.intarsys.tools.ipc that throw ConversionException
 Object IPCObjectFromObjectConverter.convert(Object source)
           
 

Uses of ConversionException in de.intarsys.tools.preferences
 

Methods in de.intarsys.tools.preferences that throw ConversionException
 IArgs PreferenceValueFromArgsConverter.convert(IArgs source)
           
 String PreferenceValueFromStringConverter.convert(String source)
           
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.