Package io.atlasmap.converters
Class IntegerConverter
- java.lang.Object
-
- io.atlasmap.converters.IntegerConverter
-
-
Constructor Summary
Constructors Constructor Description IntegerConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimaltoBigDecimal(Integer value)BigIntegertoBigInteger(Integer value)BooleantoBoolean(Integer value)BytetoByte(Integer value)CharactertoCharacter(Integer value)CharBuffertoCharBuffer(Integer value)CharSequencetoCharSequence(Integer value)DatetoDate(Integer value)DoubletoDouble(Integer value)FloattoFloat(Integer value)IntegertoInteger(Integer value)LocalDatetoLocalDate(Integer value)LocalDateTimetoLocalDateTime(Integer value)LocalTimetoLocalTime(Integer value)LongtoLong(Integer value)NumbertoNumber(Integer value)ShorttoShort(Integer value)StringtoString(Integer value)StringBuffertoStringBuffer(Integer value)StringBuildertoStringBuilder(Integer value)ZonedDateTimetoZonedDateTime(Integer value)
-
-
-
Method Detail
-
toBigDecimal
public BigDecimal toBigDecimal(Integer value)
-
toBigInteger
public BigInteger toBigInteger(Integer value)
-
toByte
public Byte toByte(Integer value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toCharacter
public Character toCharacter(Integer value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toLocalDateTime
public LocalDateTime toLocalDateTime(Integer value)
-
toShort
public Short toShort(Integer value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toCharBuffer
public CharBuffer toCharBuffer(Integer value)
-
toCharSequence
public CharSequence toCharSequence(Integer value)
-
toStringBuffer
public StringBuffer toStringBuffer(Integer value)
-
toStringBuilder
public StringBuilder toStringBuilder(Integer value)
-
toZonedDateTime
public ZonedDateTime toZonedDateTime(Integer value)
-
-