Uses of Annotation Interface
org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty
Packages that use ConditionalOnBooleanProperty
Package
Description
Auto-configuration for actuator audit concerns.
Auto-configuration that extends health endpoints so that they can be used as
availability probes.
Actuator JMX endpoint auto-configuration.
Auto-configuration for RabbitMQ.
Auto-configuration for admin-related features.
Auto-configuration for Spring AOP.
Auto-configuration for JMX.
Auto-configuration for Cloud Foundry WebFlux endpoints.
Auto-configuration for Cloud Foundry Servlet endpoints.
Auto-configuration for Spring Data Elasticsearch.
Auto-configuration for Spring Data JDBC.
Auto-configuration for Spring Data JPA.
Auto-configuration for Spring Data LDAP.
Auto-Configuration for Spring Data R2DBC.
Auto-configuration for Spring Data Redis.
Auto-configuration for Flyway.
Auto-configuration for H2's Console.
Auto-configuration for Spring Integration.
Base Auto-configuration for JPA and Spring ORM.
Auto-configuration for Liquibase.
Auto-configuration for email support.
Auto-configuration for metrics with Micrometer.
Auto-configuration for application support of the
jakarta.servlet
specification.Actuator Servlet support.
Auto-configuration for
jakarta.servlet
actuator web concerns.Auto-configuration for JSON tests.
Auto-configuration for web clients.
Auto-configuration for Spring MVC tests.
Auto-configuration for web service clients.
Auto-configuration for JTA.
Auto-configuration for WebFlux-based actuator web concerns.
Auto-configuration for Spring MVC error handling.
-
Uses of ConditionalOnBooleanProperty in org.springframework.boot.actuate.autoconfigure.audit
Classes in org.springframework.boot.actuate.autoconfigure.audit with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.actuate.autoconfigure.availability
Classes in org.springframework.boot.actuate.autoconfigure.availability with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.actuate.autoconfigure.endpoint.jmx
Classes in org.springframework.boot.actuate.autoconfigure.endpoint.jmx with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.amqp.autoconfigure
Methods in org.springframework.boot.amqp.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeMethodDescriptionorg.springframework.amqp.core.AmqpAdmin
RabbitAutoConfiguration.RabbitTemplateConfiguration.amqpAdmin
(org.springframework.amqp.rabbit.connection.ConnectionFactory connectionFactory) -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.admin
Classes in org.springframework.boot.autoconfigure.admin with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Register a JMX component that allows to administer the current application. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.aop
Classes in org.springframework.boot.autoconfigure.aop with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.jmx
Classes in org.springframework.boot.autoconfigure.jmx with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration
to enable/disable Spring's@EnableMBeanExport
mechanism based on configuration properties. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.cloudfoundry.actuate.autoconfigure.endpoint.reactive
Classes in org.springframework.boot.cloudfoundry.actuate.autoconfigure.endpoint.reactive with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration
to expose actuator endpoints for Cloud Foundry to use in a reactive environment. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.cloudfoundry.actuate.autoconfigure.endpoint.servlet
Classes in org.springframework.boot.cloudfoundry.actuate.autoconfigure.endpoint.servlet with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration
to expose actuator endpoints for Cloud Foundry to use. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.data.elasticsearch.autoconfigure
Classes in org.springframework.boot.data.elasticsearch.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration
for Spring Data's Elasticsearch Reactive Repositories.final class
Auto-configuration
for Spring Data's Elasticsearch Repositories. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.data.jdbc.autoconfigure
Classes in org.springframework.boot.data.jdbc.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration
for Spring Data's JDBC Repositories. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.data.jpa.autoconfigure
Classes in org.springframework.boot.data.jpa.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration
for Spring Data's JPA Repositories. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.data.ldap.autoconfigure
Classes in org.springframework.boot.data.ldap.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration
for Spring Data's LDAP Repositories. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.data.r2dbc.autoconfigure
Classes in org.springframework.boot.data.r2dbc.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration
for Spring Data R2DBC Repositories. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.data.redis.autoconfigure
Classes in org.springframework.boot.data.redis.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration
for Spring Data's Redis Repositories. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.flyway.autoconfigure
Classes in org.springframework.boot.flyway.autoconfigure with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.h2console.autoconfigure
Classes in org.springframework.boot.h2console.autoconfigure with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.integration.autoconfigure
Classes in org.springframework.boot.integration.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionprotected static class
Spring Integration JMX configuration. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.jpa.autoconfigure
Classes in org.springframework.boot.jpa.autoconfigure with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.liquibase.autoconfigure
Classes in org.springframework.boot.liquibase.autoconfigure with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.mail.autoconfigure
Classes in org.springframework.boot.mail.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto configuration
for testing mail service connectivity on startup. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.micrometer.metrics.autoconfigure
Classes in org.springframework.boot.micrometer.metrics.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration
for Micrometer-based metrics aspects. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.servlet.autoconfigure
Classes in org.springframework.boot.servlet.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration
for configuring the encoding to use in Servlet web applications.final class
Auto-configuration
for multipart uploads. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.servlet.autoconfigure.actuate
Classes in org.springframework.boot.servlet.autoconfigure.actuate with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.servlet.autoconfigure.actuate.web
Classes in org.springframework.boot.servlet.autoconfigure.actuate.web with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionprotected static class
-
Uses of ConditionalOnBooleanProperty in org.springframework.boot.test.autoconfigure.json
Classes in org.springframework.boot.test.autoconfigure.json with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration for Json testers. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.test.autoconfigure.web.client
Classes in org.springframework.boot.test.autoconfigure.web.client with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration forMockRestServiceServer
support.final class
Auto-configuration for a web-clientRestTemplate
. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.test.autoconfigure.web.servlet
Classes in org.springframework.boot.test.autoconfigure.web.servlet with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration for HtmlUnitWebClient
MockMVC integration.final class
Auto-configuration for SeleniumWebDriver
MockMVC integration. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.test.autoconfigure.webservices.client
Classes in org.springframework.boot.test.autoconfigure.webservices.client with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal class
Auto-configuration forMockWebServiceServer
support.final class
Auto-configuration for a web-clientWebServiceTemplate
. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.transaction.jta.autoconfigure
Classes in org.springframework.boot.transaction.jta.autoconfigure with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.webflux.autoconfigure.actuate.web
Classes in org.springframework.boot.webflux.autoconfigure.actuate.web with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.webmvc.autoconfigure.error
Classes in org.springframework.boot.webmvc.autoconfigure.error with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionprotected static class