Uses of Class
org.apache.commons.configuration2.ex.ConversionException
Package
Description
This package contains interfaces and classes related to data type conversions.
-
Uses of ConversionException in org.apache.commons.configuration2.convert
Modifier and TypeMethodDescriptionstatic Object
PropertyConverter.to
(Class<?> cls, Object value, DefaultConversionHandler convHandler) Converts the specified value object to the given target data class.static BigDecimal
PropertyConverter.toBigDecimal
(Object value) Converts the specified object into a BigDecimal.static BigInteger
PropertyConverter.toBigInteger
(Object value) Converts the specified object into a BigInteger.static Boolean
Converts the specified object into a Boolean.static Byte
Converts the specified object into a Byte.static Calendar
PropertyConverter.toCalendar
(Object value, String format) Converts the specified object into a Calendar.static Character
PropertyConverter.toCharacter
(Object value) Converts the specified value object to aCharacter
.static Color
Converts the specified object into a Color.static Date
Converts the specified object into a Date.static Double
Converts the specified object into a Double.static Duration
PropertyConverter.toDuration
(Object value) Converts the specified object into a Duration.static File
Converts the specified object into a File.static Float
Converts the specified object into a Float.static Integer
Converts the specified object into an Integer.static Locale
Converts the specified object into a Locale.static Long
Converts the specified object into a Long.static Path
Converts the specified object into a Path.static Pattern
Converts the specified object into a Pattern.static Short
Converts the specified object into a Short.static URI
Converts the specified object into an URI.static URL
Converts the specified object into an URL.