Package com.expediagroup.beans.conversion.processor.impl
Implementations of processors package.
-
Class Summary Class Description BigDecimalConversionProcessor Provides all method for converting any primitive type to aBigDecimal
.BigIntegerConversionProcessor Provides all method for converting any primitive type to aBigInteger
.BooleanConversionProcessor Provides all method for converting any primitive type to aBoolean
.ByteArrayConversionProcessor Provides all method for converting any primitive type to a byte[].ByteConversionProcessor Provides all method for converting any primitive type to aByte
.CharacterConversionProcessor Provides all method for converting any primitive type to aCharacter
.DoubleConversionProcessor Provides all method for converting any primitive type to aDouble
.FloatConversionProcessor Provides all method for converting any primitive type to aFloat
.IntegerConversionProcessor Provides all method for converting any primitive type to aInteger
.LongConversionProcessor Provides all method for converting any primitive type to aLong
.ShortConversionProcessor Provides all method for converting any primitive type to aShort
.StringConversionProcessor Provides all method for converting any primitive type to aString
.