Skip to content
Advertisement

Tag: apache-commons-beanutils

Merge map properties to Java POJO

I’d like to implement UPDATE (method PUT) operation for REST api. From front-end application my controller method expects map of values, for example: I’d like to use map as the request body and not POJO because with help opf map I can declare 3 states for each property: property is absent in the map – property is not change, do

commons beanutils alternative

I am looking for a commons beanutils alternative. The reason is that beanutils relies on commons-logging which is conflicting with existing libraries I am using. I would like a small self-contained alternative which will cause no/minimal conflicts. The main functionality I am after is nested property retrieval. Thanks in advance, Steven Answer Ended up writing my own mini beanutils to

Advertisement