Software development aided tool bag
A technology for software development and auxiliary tools, applied in the direction of program control devices, etc., can solve problems such as being unsuitable for framework development, and achieve the effect of practical and concise code.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0023] 1. Code example of object auto-fill function
[0024] For example the following code:
[0025] public class SampleTestModel {
[0026] @ModelPropertyAlias("id")
[0027] private int recordId;
[0028] @ModelPropertyAlias("name")
[0029] private String userName;
[0030] @ModelPropertyAlias("age")
[0031] private int userAge;
[0032] @ModelPropertyAlias("addr")
[0033] private String address;
[0035]}
[0036] For the instance object of the SampleTestModel class, you can use HttpServletRequest, ResultSet, Map or other JavaBean objects as the source object to complete the automatic value filling, that is, the object value Copy;
[0037] For example the following code:
[0038] SampleTestModel model = SampleTestModel();
[0039] ModelValueUtils.setValues(model, sourceObject);
[0040] Among them, the SourceObject can be the above-mentioned types of objects. During the automatic property filling process, the property mapping r...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com