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