Home>
I want to copy a dto instance with the same field as another instance and change it partially.
Currently, new variables are packed into fields by field, but I'm thinking it would be easy. Please tell me if there is any way.
-
Answer # 1
-
Answer # 2
I wonder if you'll add a "easy to do" method or a constructor that takes itself as a parameter .
-
Answer # 3
In the meantime, one of the ways to do it only with the standard class, usually not
Memo of serialization (serialization) of Java
I should have been able to implement the clone method
Related articles
- java - why bother to make a copy of the msg object?
- java - i want to make a timer that can set any time
- i want to make a reset button in java
- java - how can i make sure that the font size is always full on android?
- java - please tell me how to make a unique key
- i want to make a calculation formula in java
- java - how to make string[] from int[] *for prohibited
- java - i want to make a linebot
- i want to make a multi-dimensional array in java
- java - i want to copy the csv file in the internal area to the readable area with cat
- Java uses recursive copy folders and folders
- java - how to make cool tabs with android studio
Trends
- php - coincheck api authentication doesn't work
- php - i would like to introduce the coincheck api so that i can make payments with bitcoin on my ec site
- [php] i want to get account information using coincheck api
- python - you may need to restart the kernel to use updated packages error
- the emulator process for avd pixel_2_api_29 was killed occurred when the android studio emulator was started, so i would like to
- python 3x - typeerror: 'method' object is not subscriptable
- javascript - how to check if an element exists in puppeteer
- xcode - pod install [!] no `podfile 'found in the project directory
- i want to call a child component method from a parent in vuejs
- vuejs - [vuetify] unable to locate target [data-app] i want to unit test to avoid warning
http://commons.apache.org/proper/commons-beanutils/