クラス SpringModulithProcessor
java.lang.ObjectSE
org.springframework.modulith.apt.SpringModulithProcessor
- 実装済みのインターフェース一覧:
ProcessorSE
すべてのコンパイル済みファイルから Javadoc を抽出し、それを
$target/generated-spring-modulith/javadoc.json にある JSON ファイルに組み立てるアノテーションプロセッサー。- 導入:
- 1.3
- 作成者:
- Oliver Drotbohm
フィールド概要
フィールドコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明IterableSE<? extends CompletionSE>getCompletions(ElementSE element, AnnotationMirrorSE annotation, ExecutableElementSE member, StringSE userText) voidinit(ProcessingEnvironmentSE environment) booleanprocess(SetSE<? extends TypeElementSE> annotations, RoundEnvironmentSE roundEnv)
フィールドの詳細
JSON_LOCATION
コンストラクターの詳細
SpringModulithProcessor
public SpringModulithProcessor()
方法の詳細
getSupportedAnnotationTypes
- 次で指定:
- インターフェース
ProcessorSE内のgetSupportedAnnotationTypes
getSupportedOptions
- 次で指定:
- インターフェース
ProcessorSE内のgetSupportedOptions
getSupportedSourceVersion
- 次で指定:
- インターフェース
ProcessorSE内のgetSupportedSourceVersion
getCompletions
public IterableSE<? extends CompletionSE> getCompletions(ElementSE element, AnnotationMirrorSE annotation, ExecutableElementSE member, StringSE userText) - 次で指定:
- インターフェース
ProcessorSE内のgetCompletionsSE
init
- 次で指定:
- インターフェース
ProcessorSE内のinitSE
process
- 次で指定:
- インターフェース
ProcessorSE内のprocessSE