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.
Security configuration for the control panel HTTP surface.
Shared route prefixes owned by the control panel itself.
Applies the configured access mode to the control-panel-owned HTTP routes when Micronaut Security is active.
Logs the Control Panel URL when the application is ready.
Utility class.
UI-facing write access state for the current request.
Evaluates write access for UI rendering.
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.
View model for a selected table column.
View model for a table page-size option.
Request DTO for query execution.
Response DTO for paged query results with column labels.
View model for a selected table relationship.
View model for the selected datasource table detail.
View model for a datasource table row.
View model for one page of datasource tables.
Control panel for DataSource metadata, displaying tables, columns, keys, etc.
DataSource information.
Service for a specific DataSource, providing metadata about tables, columns, keys, etc.
Metadata for a query result column.
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.
Body of a Hibernate control panel.
Hibernate second-level cache region statistics.
Hibernate collection role metadata and statistics.
Hibernate collection role statistics.
REST controller for Hibernate runtime operations in the Micronaut Control Panel.
HQL data table request.
Control panel for Hibernate runtime metadata and caches.
Hibernate datasource and JDBC metadata.
Hibernate entity attribute metadata.
Hibernate entity metadata and runtime statistics.
Hibernate entity statistics.
Hibernate named query metadata.
Hibernate query statistics.
Hibernate session factory metadata.
Aggregated Hibernate statistics.
Loader for Infinispan cache control panels.
Control panel for managing Infinispan caches.
Control panel that displays information from the application info endpoint.
Represents the body of this control panel.
Represents a single info node rendered by the recursive templates.
Represents a flattened info row rendered by the detail template.
Represents a high-value metadata item rendered in the summary.
JDBC metadata exposed for a datasource.
A per-streams control panel that renders the Kafka Streams topology for each configured builder.
Payload for the Kafka Streams panel rendering.
Runtime state exposed by Micronaut Health for a Kafka Streams application.
Summary of a Kafka Streams task set.
Runtime state for one Kafka Streams thread.
Control-panel-owned helper controller for logger mutations.
Request DTO for logger level changes.
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.
Control panel that displays Micrometer metric names and details.
Body model for the metrics panel summary.
Internal API used by the Metrics control panel detail view.
 
 
 
 
 
 
 
 
Matches when Micronaut Security is absent or its HTTP security filter is disabled.
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.
Connection pool metadata displayed in the datasource panel.
A displayable pool configuration option.
A grouped set of pool configuration options.
Connection pool status metrics.
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.