I am facing issue in copying properties from one bean to another.
I am aware about the copyProperties()
which can be used here to copy from source bean to destination bean probably if both the beans are of same type.
My issue here is that I want to copy first 50 properties on the first call and next 50 properties on the second call.
Is there any way in which I can copy first 50 configs only?