current position:Home>Java type conversion problem, is there a useful tool?
Java type conversion problem, is there a useful tool?
2022-02-03 01:13:36 【CSDN Q & A】
The phenomenon and background of the problem
grpc It's transmitted bean Need to be stored in the database , But because grpc adopt proto Generated bean and spring-jpa Stored in the database bean Not a type of bean, But what's inside , data type , All attributes are the same , You need a type conversion , Is there a mature approach to this type conversion , At present, I only use reflection for conversion , Feel relatively troublesome .
Refer to the answer 1:
It came from here bean It's a json The string still has an object of the specified type
If it is json If so, use directly fastsjson transformation
If it is an object of the specified type and the attribute is consistent with the database type, you can use org.springframework.beans.BeanUtils. Under the copyProperties Method copies the data of the source object to the new object
Refer to the answer 2:
Refer to the answer 3:
Gson library
Transformation method , You can use one directly Gson object from , Example :
Just make sure that json Medium key It can be consistent with the class attribute name
Refer to the answer 4:
copyright notice
author[CSDN Q & A],Please bring the original link to reprint, thank you.
https://en.primo.wiki/2022/02/202202030113345305.html
The sidebar is recommended
- Java byte array and string conversion
- Definition of two-dimensional array in C language
- Why is there an extra 0 here?
- Python code programs don't
- Measure the distance with sound wave, and then send the result to the serial port. Do you want to interrupt twice, language interrupt, and ask for an idea
- An error occurs when starting Hadoop. How to solve it?
- What about the problem of remote access server?
- pywintypes. com_ Error: (- 2147023728, 'element not found', none, none)
- Global variables don't work in this program? Why is the answer a
- In Python, there is something wrong with the program and an error is reported
guess what you like
-
Simple OJ questions for Freshmen
-
Butterfly effect problem, insufficient number of input parameters
-
Use of extractall function of Python zipfile module
-
After spring imports the database and c3p0 dependency package in idea, it will prompt the database for abnormal error
-
Python from introduction to practice 5-10
-
1703792 what does that mean? What's wrong?
-
C language and C + are easy to search dogs
-
This interface is always used when I use CONDA to install tensorflow? About half an hour. How?
-
React summernote rich text editor!! Why do some function icons of rich text editor fail after I pack them
-
How does silly girl robot log in with mobile phone
Random recommended
- Why can't I see the absolute path of the command
- Pycharm uses the requests crawler to report the wrong requests exceptions. SSLError: HTTPSConnectionPool
- How to run multiple sleep () simultaneously in C language
- The data requested by Axios in vue3 is put into ecarts, which always shows that setoption is not defined
- What do these two for loops mean
- Java judges whether there are 30 consecutive int arrays with a length of 1000 as the growth trend
- Force deduction 221 question maximum square
- When I set this layout, I prompted an error from line 18
- The import javax. security. auth. message cannot be resolved
- The hottest Christmas tree code. one hundred and twenty-three
- Open the edge browser and display "what if I can't access this page?"?
- Running problems of java simple supermarket system
- Is the data [10] here an address or an element? The concept is always unclear
- Python crawling news content
- How to deal with the problem of general code framework
- Bubble sort, how can there be an extra number in front
- The graph drawing algorithm of Python is described by Raptor flow chart software
- Numpy creates an array of the specified data range
- Python crawler obtains the data of Douban movie top250 fantasy class
- R7-2 minimum spanning tree construction (25 points)
- Using burpsuite to capture the package of Pikachu shooting range SQL to inject the first level error
- Jar package conflict. I don't know where 2.29.1 came from
- About the rotation matrix on leetcode!
- The raspberry pie prompts cannot find webcams when running the command
- C + + a simple encryption, look at the warning how to modify, output nothing
- PHP composer and Vue node_ modules
- JDBC connects to the database for data deletion. The syntax is correct, but the data in the database cannot be deleted
- Java interface class program, define an interface and define two classes to implement the interface, then use the sorting method in the class, then enter an array with length of 8 in main, and call newsort with the two implementation classes as arguments
- Sort with average score, preferably bubble method
- When running the service jar, report Linux 1] + exit 1
- How to solve the problem of traceback? (Language Python)
- If an undirected graph G has 100 edges, how many vertices does the undirected graph have at least
- There was a problem calling the custom function
- The sum of a positive integer and 3 is a multiple of 5, and the difference between a positive integer and 3 is a multiple of 6. Write a program to find the minimum number that meets the conditions.
- Oracle has customized a date function. What's wrong with this writing?
- Spring boot project failed to introduce echarts
- How to solve this kind of program
- How to understand this? I didn't understand it at the beginning
- This problem requires the implementation of a function to reverse the given one-way linked list, that is, the header is set to the end of the table, and the end of the table is set to the header.
- How should this program be completed