config icon indicating copy to clipboard operation
config copied to clipboard

Add support for java.lang.Float field type

Open colesico opened this issue 4 years ago • 1 comments

An exception is occurring on such field: Caused by: com.typesafe.config.ConfigException$BadBean: Bean property XXX of class YYY has unsupported type class java.lang.Float

colesico avatar Nov 01 '21 12:11 colesico

This is still a problem, so I'm hoping you'll be able to add support for float. I want to use ConfigBeanFactory to create objects from generated classes which I don't control and are full of floats. Without float support I have to load each field separately, which is extremely tedious.

cloudpaul avatar Oct 15 '25 10:10 cloudpaul