Package io.atlasmap.converters
Class BooleanConverter
- java.lang.Object
-
- io.atlasmap.converters.BooleanConverter
-
-
Constructor Summary
Constructors Constructor Description BooleanConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimaltoBigDecimal(Boolean value)BigIntegertoBigInteger(Boolean value)BooleantoBoolean(Boolean value, String sourceFormat, String targetFormat)BytetoByte(Boolean value)CharactertoCharacter(Boolean value)CharBuffertoCharBuffer(Boolean value, String sourceFormat, String targetFormat)CharSequencetoCharSequence(Boolean value, String sourceFormat, String targetFormat)DoubletoDouble(Boolean value)FloattoFloat(Boolean value)IntegertoInteger(Boolean value)LongtoLong(Boolean value)NumbertoNumber(Boolean value)ShorttoShort(Boolean value)StringtoString(Boolean value, String sourceFormat, String targetFormat)StringBuffertoStringBuffer(Boolean value, String sourceFormat, String targetFormat)StringBuildertoStringBuilder(Boolean value, String sourceFormat, String targetFormat)
-
-
-
Method Detail
-
toBigDecimal
public BigDecimal toBigDecimal(Boolean value)
-
toBigInteger
public BigInteger toBigInteger(Boolean value)
-
toCharBuffer
public CharBuffer toCharBuffer(Boolean value, String sourceFormat, String targetFormat)
-
toCharSequence
public CharSequence toCharSequence(Boolean value, String sourceFormat, String targetFormat)
-
toStringBuffer
public StringBuffer toStringBuffer(Boolean value, String sourceFormat, String targetFormat)
-
toStringBuilder
public StringBuilder toStringBuilder(Boolean value, String sourceFormat, String targetFormat)
-
-