Support passing custom annotations to generated code
まだ誰も着手していません。
評価
調査の方向性
まず PR #2792 と issue #1574 を読んで新しい AnnotateWith API を理解し、次に IntelliJ プラグインに既にある生成アノテーションのサポートを調べてください。完了条件は、対象互換性、重複した名前、値の型、配列を含む、列挙された補完およびエラーチェックを実装して検証することです。
索引モデルが issue の本文から書いたものです。
説明
With the work in PR https://github.com/mapstruct/mapstruct/pull/2792 being done for https://github.com/mapstruct/mapstruct/issues/1574 it would be good to provide some support for the new API in the IntelliJ plugin as well.
Some things that we should do:
- Auto completion support for
AnnotateWith.Element#nameand error whennamedoes not exist in target enum. - Smart auto completion for
AnnotateWith.Element#classes(pick the class type based on the one in the annotation - Auto completion for
AnnotateWith.Element#enumsand error when enum value does not exist - Annotation cannot annotated the generated class / method (it doesn't have the right target element type)
- Error when more than one value type is provided, eg.
shorts()andstrings() - Error when duplicated
AnnotateWith.Element#name(more than one having the same name - Error when value does not match target annotation value type
- Error when using array value, but target value is not an array
- 主要言語
- Java
- スター
- 168
- フォーク
- 41
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
mapstruct/mapstruct-idea のほかの issue
-
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
mapstruct/mapstruct-idea#274 · コメント 2 件 ·
-
feature hack.commit.push
難易度 3/5 1〜2日 初心者へのやさしさ 68/100
mapstruct/mapstruct-idea#267 ·
-
feature hack.commit.push
難易度 3/5 1〜2日 初心者へのやさしさ 55/100
mapstruct/mapstruct-idea#266 ·
-
feature hack.commit.push
難易度 3/5 1〜2日 初心者へのやさしさ 75/100
mapstruct/mapstruct-idea#265 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 45/100
mapstruct/mapstruct-idea#257 · コメント 1 件 ·
mapstruct/mapstruct-idea の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
elastic/gradle-plugins#157 ·
-
enhancement Tools
難易度 1/5 1時間未満 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
apache/rocketmq-dashboard#5008 ·
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
DETECT_PARAMETER_NAMES=false silently disables @ConstructorProperties-based Creator detection too オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
FasterXML/jackson-databind#6229 ·