Skip navigation links
A B C D E F G I J L M N O P Q R S U W Z 

B

BasePropertySource - Class in org.apache.tamaya.core.propertysource
Abstract PropertySource that allows to set a default ordinal that will be used, if no ordinal is provided with the config.
BasePropertySource(int) - Constructor for class org.apache.tamaya.core.propertysource.BasePropertySource
Constructor.
BigDecimalConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to BigDecimal, the supported format is one of the following: 232573527352.76352753 -23257352.735276352753 -0xFFFFFF (integral numbers only) -0XFFFFAC (integral numbers only) 0xFFFFFF (integral numbers only) 0XFFFFAC (integral numbers only)
BigDecimalConverter() - Constructor for class org.apache.tamaya.core.internal.converters.BigDecimalConverter
 
BigIntegerConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to BigInteger, the supported format is one of the following: 0xFFFFFF 0XFFFFAC 23257352735276352753 -0xFFFFFF -0XFFFFAC -23257352735276352753
BigIntegerConverter() - Constructor for class org.apache.tamaya.core.internal.converters.BigIntegerConverter
 
BooleanConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to Boolean.
BooleanConverter() - Constructor for class org.apache.tamaya.core.internal.converters.BooleanConverter
 
ByteConverter - Class in org.apache.tamaya.core.internal.converters
Converter, converting from String to Byte, the supported format is one of the following: 123 (byte value) 0xFF (byte value) 0XDF (byte value) 0D1 (byte value) -123 (byte value) -0xFF (byte value) -0XDF (byte value) -0D1 (byte value) MIN_VALUE (ignoring case) MIN (ignoring case) MAX_VALUE (ignoring case) MAX (ignoring case)
ByteConverter() - Constructor for class org.apache.tamaya.core.internal.converters.ByteConverter
 
A B C D E F G I J L M N O P Q R S U W Z 
Skip navigation links