百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
A

android-parcelable-intellij-plugin

> 编程语言
开源

IntelliJ 为 Android Parcelable 提供的插件,用于生成模板代码。

2.1K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

IntelliJ 为 Android Parcelable 提供的插件,用于生成模板代码。

IntelliJ/Android Studio Plugin for Android Parcelable boilerplate code generation

This tool generates an Android Parcelable implementation based on fields in the class.

Installation

Plugin is uploaded to plugin repository. If you like, you can install it manually:

  1. Download ParcelableGenerator release
  2. Open IntelliJ/Android Studio
  3. Preferences -> Plugins -> Install plugin from disk....
  4. Choose the downloaded jar file

Usage

Just press ALT + Insert (or your equivalent keybinding for code generation) in your editor and select Parcelable. It allows you to select the fields to be parceled.

Supported parcelable types

  • Types implementing Parcelable
  • Custom support (avoids Serializable/Parcelable implementation) for: Date, Bundle
  • Types implementing Serializable
  • List of Parcelable objects
  • Enumerations
  • Primitive types: long, short, int, float, double, boolean, byte, String
  • Primitive type wrappers (written with Parcel.writeValue(Object)): Short, Integer, Long, Float, Double, Boolean, Byte
  • Primitive type arrays: boolean[], byte[], char[], double[], float[], int[], long[]
  • List type of any object (Warning: validation is not performed)
  • Map support — Note: this implementation always assumes HashMap is desired
  • SparseArray support

TODO

  • Validation of List arguments
  • Display warning about not serialized fields
  • Active Objects support (Binders and stuff)

Contributors

  • Michał Charmas
  • Dallas Gutauckis

License

…

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Java

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言