Class SourceGeneratorSelection
java.lang.Object
io.micronaut.aot.core.config.SourceGeneratorSelection
Describes how a discovered source generator was selected for an AOT run.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSourceGeneratorSelection(AOTCodeGenerator generator, @Nullable AOTModule module, boolean enabled, @Nullable String disabledReason) -
Method Summary
-
Field Details
-
NOT_ENABLED_ON_RUNTIME
- See Also:
-
DISABLED_BY_CONFIGURATION
- See Also:
-
MISSING_METADATA
- See Also:
-
-
Constructor Details
-
SourceGeneratorSelection
public SourceGeneratorSelection(AOTCodeGenerator generator, @Nullable AOTModule module, boolean enabled, @Nullable String disabledReason)
-
-
Method Details
-
getGenerator
-
getModule
-
isEnabled
public boolean isEnabled() -
getDisabledReason
-