All Classes and Interfaces
Class
Description
Base class for control panels for managing caches.
Record containing the data to display in the cache control panel.
Base class for control panels that can delegate some of its values to a
ControlPanelConfiguration.Base class for control panels that are created for each bean of a specific type.
Built-in environment endpoint filter that can be enabled via configuration to display
actual configuration values with legacy masking (masking only sensitive keys like passwords).
Control panel that displays information about the beans loaded in the application.
The body of the panel, which contains information about the Micronaut and non-Micronaut beans loaded in the application.
Body of the control panel containing DataSource info and tables.
REST controller for cache management operations in the Micronaut Control Panel.
Control panel for managing Caffeine caches.
Database column metadata.
Generic column types.
Common configuration properties for control panels.
A control panel is a UI component that displays some information about the application.
Control panels are grouped by category.
View to be rendered by the control panel.
HTTP API for the control panel UI.
Per-panel configuration properties.
A
ApplicationContextConfigurer that adds a PropertySource
to the application context with all the control panel configuration properties.Control panel web controller to render the UI.
Condition that checks if the control panel module should be enabled.
Interface for loading control panels dynamically.
Configuration properties for the control panel module.
It provides the ability to retrieve
ControlPanel instances.Logs the Control Panel URL when the application is ready.
Utility class.
Represents the database type, which can be inferred from either the Micronaut Data's configured
dialect, or the Micronaut Test Resources' configured db type.
REST controller to execute SQL queries against a specific DataSource for the Control Panel.
Request DTO for query execution.
Response DTO matching DataTables server-side structure with extra cols.
Control panel for DataSource metadata, displaying tables, columns, keys, etc.
DataSource information.
Service for a specific
DataSource, providing metadata about tables, columns, keys, etc.Result of executing a SQL query.
Default implementation of
ControlPanelRepository that gets the control panels injected
as beans, as well as dynamically created control panels.A control panel that displays information about disabled beans in the application context.
The body of this control panel, containing a collection of disabled beans.
Control panel for managing Ehcache caches.
Utility methods for
Endpoint.Control panel that displays information about the environment properties.
Foreign key relationship metadata.
Registrar for Hazelcast cache control panels.
Control panel for managing Hazelcast caches.
Control panel that displays information about the application health.
Loader for Infinispan cache control panels.
Control panel for managing Infinispan caches.
A per-streams control panel that renders the Kafka Streams topology for each configured builder.
Payload for the Kafka Streams panel rendering.
Control panel that displays information about the application loggers.
Represents the body of this control panel, which contains the list of loggers and their corresponding log levels.
Utilities for generating Mermaid diagrams from datasource metadata.
Model to be passed to the view for rendering.
Controller class for managing object storage operations.
A control panel for managing object storage.
A record representing the body of this control panel, containing a list of object storage entries and metadata.
Control panel that displays information about the available routes.
View model used by templates to render a single route row.
View model for a controller method target.
Database table metadata.
A control panel to display a link to the Test Resources control panel.