| Package | Description |
|---|---|
| ma.glasnost.orika.converter | |
| ma.glasnost.orika.converter.builtin |
| Modifier and Type | Class and Description |
|---|---|
class |
BidirectionalConverter<S,D>
A custom converter that can be extended for mapping from one type to another
in both directions
|
static class |
BidirectionalConverter.Reversed<S,D>
Provides a reversed facade to a given converter
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloneableConverter
CloneableConverter allows configuration of a number of specific types which
should be cloned directly instead of creating a mapped copy.
This allows you to declare your own set of types which should be cloned instead of mapped. |
class |
ConstructorConverter
ConstructorConverter will converter from one type to another if there exists
a constructor for the destinationType with a single argument matching the
type of the source.
|
class |
CopyByReferenceConverter
CopyByReferenceConverter handles conversion of Orika's built-in immutable
types, as well as anything-to-Object, and primitive to Wrapper conversions
|
static class |
DateAndTimeConverters.CalendarToSqlDateConverter
Provides conversion between Calendar and java.sql.Date
|
static class |
DateAndTimeConverters.CalendarToTimeConverter
Provides conversion between Calendar and Time
|
static class |
DateAndTimeConverters.CalendarToXmlGregorianCalendarConverter
Provides conversion between Calendar and XMLGregorianCalendar
|
static class |
DateAndTimeConverters.DateToCalendarConverter
Provides conversion between Date and Calendar
|
static class |
DateAndTimeConverters.DateToSqlDateConverter
Provides conversion between Date and java.sql.Date
|
static class |
DateAndTimeConverters.DateToTimeConverter
Provides conversion between Date and Time
|
static class |
DateAndTimeConverters.DateToTimestampConverter
Provides conversion between Calendar and Time
|
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.LongToTimestampConverter
Provides conversion between Long and Timestamp
|
static class |
DateAndTimeConverters.LongToXmlGregorianCalendarConverter
Provides conversion between Long and Calendar
|
static class |
DateAndTimeConverters.TimestampToCalendarConverter
Provides conversion between Timestamp and Calendar
|
static class |
DateAndTimeConverters.TimestampToSqlDateConverter
Provides conversion between Timestamp and java.sql.Date
|
static class |
DateAndTimeConverters.TimestampToTimeConverter
Provides conversion between Timestamp and Time
|
static class |
DateAndTimeConverters.TimeToSqlDateConverter
Provides conversion between Time and java.sql.Date
|
static class |
DateAndTimeConverters.XmlGregorianCalendarToSqlDateConverter
Provides conversion between XMLGregorianCalendar and java.sql.Date
|
static class |
DateAndTimeConverters.XmlGregorianCalendarToTimeConverter
Provides conversion between XMLGregorianCalendar and Time
|
static class |
DateAndTimeConverters.XmlGregorianCalendarToTimestampConverter
Provides conversion between Calendar and Time
|
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. |
class |
EnumConverter
EnumConverter is used to convert from one enum to another, based on exact
name match
|
class |
FromStringConverter
FromStringConverter provides conversion from String to one of the following
categories of type, depending on the destination:
enum
primitive
primitive wrapper
|
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 |
PassThroughConverter
PassThroughConverter allows configuration of a number of specific types which
should be passed through (as-is) without creating a mapped copy.
This allows you to declare your own set of types which should be treated by Orika as if they were in the set of immutable types. |
class |
ToStringConverter
Converts any object to string
|
class |
WrapperToPrimitiveConverter
Provides wrapper to primitives conversion
|
Copyright © 2016 Glasnost. All rights reserved.