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