# object-helper-plugin **Repository Path**: bigcoder84/object-helper-plugin ## Basic Information - **Project Name**: object-helper-plugin - **Description**: JetBrains Intellij IDEA Obejct辅助插件 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-27 - **Last Updated**: 2025-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # object-helper-plugin ![](https://img.shields.io/badge/version-v1.3.0-blue) ![](https://img.shields.io/badge/license-Apache%202-red) ![](https://img.shields.io/badge/size-64%20kB-yellowgreen) ![](https://img.shields.io/badge/download-1.7k-green) 插件地址:[object-helper-plugin](https://plugins.jetbrains.com/plugin/15788-objecthelper) JetBrains Intellij IDEA ObjectHelper插件,包含以下功能: - 对象拷贝 ![](https://image.bigcoder.cn/7fce876e-fa94-4780-bb14-584068c35963.gif) 对象拷贝的快捷键默认是 `Alt+Insert`,如果该快捷键无效,可以在settings->keymap中搜索“Generate”关键字查看具体的快捷键: ![](https://image.bigcoder.cn/20220916173117.png) - Java类转JSON ![](https://image.bigcoder.cn/20210227223302.gif) - Java类转Thrift IDL ![](https://image.bigcoder.cn/6eee7a02-8e4e-4f11-9b8c-81d661a920c5.gif) - Java类转XML ![](https://image.bigcoder.cn/20220916170144.gif) - 插件配置 File->settings->Tools->Object Helper 即可进入插件的配置页面 ![](https://image.bigcoder.cn/20220916173227.png) ## 未来功能支持计划 object-helper插件未来功能支持计划: - [x] Class转IDL(Class To Thrift IDL) - [x] Class转XML(Class To XML) - [ ] JSON转Class(JSON TO Class) - [ ] All Setter - [ ] 菜单分组显示 - [x] 个性化配置