| Interface | Description |
|---|---|
| MicronautBeanFilter |
Allows specifying a filter to include or exclude certain beans from being exposed to Spring.
|
| Class | Description |
|---|---|
| MicronautImportRegistrar |
An
ImportBeanDefinitionRegistrar that exposes all Micronaut beans as Spring beans using EnableMicronaut. |
| Annotation Type | Description |
|---|---|
| EnableMicronaut |
Annotation that can be added to a Spring application case in the case where auto-configuration is disabled.
|
| EnableMicronaut.ExposedBean |
Used to allow to expose beans from the Spring to the Micronaut context.
|