Class ExtensionUtil
java.lang.Object
io.quarkus.annotation.processor.util.ExtensionUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis is not exactly pretty but it's actually not easy to get the artifact id of the current artifact.
-
Constructor Details
-
ExtensionUtil
ExtensionUtil(ProcessingEnvironment processingEnv, FilerUtil filerUtil)
-
-
Method Details
-
getExtensionModule
This is not exactly pretty but it's actually not easy to get the artifact id of the current artifact. One option would be to pass it through the annotation processor but it's not exactly ideal.
-