Uses of Class
ma.glasnost.orika.converter.BidirectionalConverter

Packages that use BidirectionalConverter
ma.glasnost.orika.converter.builtin   
 

Uses of BidirectionalConverter in ma.glasnost.orika.converter.builtin
 

Subclasses of BidirectionalConverter in ma.glasnost.orika.converter.builtin
static class DateAndTimeConverters.CalendarToXmlGregorianCalendarConverter
          Provides conversion between Calendar and XMLGregorianCalendar
static class DateAndTimeConverters.DateToCalendarConverter
          Provides conversion between Date and Calendar
static class DateAndTimeConverters.DateToXmlGregorianCalendarConverter
          Provides conversion between Date and XMLGregorianCalendar
static class DateAndTimeConverters.LongToCalendarConverter
          Provides conversion between Long and Calendar
static class DateAndTimeConverters.LongToDateConverter
          Provides conversion between Long and Date
static class DateAndTimeConverters.LongToSqlDateConverter
          Provides conversion between Long and Date
static class DateAndTimeConverters.LongToTimeConverter
          Provides conversion between Long and Date
static class DateAndTimeConverters.LongToXmlGregorianCalendarConverter
          Provides conversion between Long and Calendar
 class DateToStringConverter
          DateToStringConverter provides custom conversion from String values to and from Date instances, based on a provided date format pattern.

The format is applied based on the rules defined in SimpleDateFormat.
static class NumericConverters.BigDecimalToDoubleConverter
          Provides conversion between BigDecimal and Double.

Note: please consider the typical warnings regarding loss of precision when converting from BigDecimal to Double.
static class NumericConverters.BigDecimalToFloatConverter
          Provides conversion between BigDecimal and Float.

Note: please consider the typical warnings regarding loss of precision when converting from BigDecimal to Float.
static class NumericConverters.BigIntegerToIntegerConverter
          Provides conversion between BigInteger and Integer
static class NumericConverters.BigIntegerToLongConverter
          Provides conversion between BigInteger and Long.
static class NumericConverters.DoubleToIntegerConverter
          Provides conversion between Integer and Integer
static class NumericConverters.DoubleToLongConverter
          Provides conversion between Long and Integer
static class NumericConverters.DoubleToShortConverter
          Provides conversion between Short and Short
static class NumericConverters.FloatToIntegerConverter
          Provides conversion between Integer and Integer
static class NumericConverters.FloatToLongConverter
          Provides conversion between Long and Integer
static class NumericConverters.FloatToShortConverter
          Provides conversion between Short and Short
static class NumericConverters.IntegerToShortConverter
          Provides conversion between Integer and Short
static class NumericConverters.LongToIntegerConverter
          Provides conversion between Long and Integer
static class NumericConverters.LongToShortConverter
          Provides conversion between Long and Short
 class StringToCharacterConverter
           
 



Copyright © 2013 Glasnost. All Rights Reserved.