All Projects → zzz40500 → Gsonformat

zzz40500 / Gsonformat

Licence: apache-2.0
根据Gson库使用的要求,将JSONObject格式的String 解析成实体

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Gsonformat

Jetbrains Ppa
Auto-Updating PPA (inofficial) for Jetbrains products.
Stars: ✭ 125 (-96.06%)
Mutual labels:  jetbrains, ide
Perl5 Idea
Perl5 plugins for IntelliJ IDEA
Stars: ✭ 343 (-89.2%)
Mutual labels:  jetbrains, ide
intellij-autohotkey
AutoHotkey plugin for the Jetbrain's IntelliJ platform
Stars: ✭ 30 (-99.06%)
Mutual labels:  jetbrains, ide
Intellij Elixir
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Stars: ✭ 1,488 (-53.15%)
Mutual labels:  jetbrains, ide
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (-90.77%)
Mutual labels:  jetbrains, ide
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (-95.03%)
Mutual labels:  jetbrains, ide
JetBrainsRunner
A Krunner Plugin which allows you to open your recent projects
Stars: ✭ 31 (-99.02%)
Mutual labels:  jetbrains, ide
Codenvy
Codenvy
Stars: ✭ 273 (-91.4%)
Mutual labels:  ide
Envfile
EnvFile 3.0 is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
Stars: ✭ 293 (-90.77%)
Mutual labels:  jetbrains
Alm
🌹 A ☁️ ready IDE just for TypeScript ❤️
Stars: ✭ 2,928 (-7.81%)
Mutual labels:  ide
Julia Intellij
💻 Julia Plugin for IntelliJ IDEA ┗😃┛ ┏😃┓ ┗😃┛
Stars: ✭ 258 (-91.88%)
Mutual labels:  ide
Flow Netbeans Markdown
Markdown file support for the NetBeans IDE
Stars: ✭ 276 (-91.31%)
Mutual labels:  ide
Time2code
Portable Scalable web code editor to integrate into your sites and learning experiences
Stars: ✭ 294 (-90.74%)
Mutual labels:  ide
Xcode One Dark
Atom One Dark theme for Xcode
Stars: ✭ 273 (-91.4%)
Mutual labels:  ide
Phasereditor
A friendly IDE to develop HTML5 games based on the Phaser framework.
Stars: ✭ 297 (-90.65%)
Mutual labels:  ide
Hadoop Mini Clusters
hadoop-mini-clusters provides an easy way to test Hadoop projects directly in your IDE
Stars: ✭ 265 (-91.66%)
Mutual labels:  ide
Vim Buffet
IDE-like Vim tabline
Stars: ✭ 304 (-90.43%)
Mutual labels:  ide
Clangd
clangd language server
Stars: ✭ 293 (-90.77%)
Mutual labels:  ide
Awesome Atom Packages
📦 Some Useful Atom Packages for Web Developers !
Stars: ✭ 286 (-90.99%)
Mutual labels:  ide
Gradle Multi Project Example
Gradle 多项目管理示例
Stars: ✭ 283 (-91.09%)
Mutual labels:  ide

GsonFormat

jetbrains Android Arsenal swift Json Annotation 中文Readme

This is a plugin you can generate Json model from Json String. Please do aware This Plugin is only for Android Studio and IntelliJ IDEA.

Install

  • Using IDE built-in plugin system on Windows:
    • File > Settings > Plugins > Browse repositories... > Search for "GsonFormat" > Install Plugin
  • Using IDE built-in plugin system on MacOs:
    • Preferences > Settings > Plugins > Browse repositories... > Search for "GsonFormat" > Install Plugin
  • Manually:
    • Download the latest release and install it manually using Preferences > Plugins > Install plugin from disk...
    • From official jetbrains store from download

Restart IDE.

Usage

Use IDE menu

Generate.png

Use hotkey

Default Option + s(Mac), Alt + s (win)

You can change the hotkey via: 修改快捷键.png

Demo picture

gsonFormat.gif

Version Info

v1.2.2

  • Supports field type changes.
  • Supports shortcut to open GsonFormat, default option + s (mac), alt + s (win)
  • Support for field name changes.
  • Support to add the prefix field.
  • Support for multiple conversion libraries (Gson, Jackjson, FastJson, LoganSquare).
  • Support for private and public modes.
  • Supports filtering of superclass into existing fields.

License

Copyright 2014 The GsonFormat Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].