Uses of Annotation Interface
org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty
Packages that use ConditionalOnBooleanProperty
Package
Description
Auto-configuration for actuator audit concerns.
Actuator JMX endpoint auto-configuration.
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 health actuator endpoints.
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 web clients.
Auto-configuration for application support of the
jakarta.servlet
specification.Auto-configuration for
jakarta.servlet actuator web concerns.Actuator HTTP exchanges auto-configuration for Servlet servers.
Auto-configuration for JSON tests.
Auto-configuration for JTA.
Actuator HTTP exchanges auto-configuration for reactive servers.
Auto-configuration for Spring MVC error handling.
Auto-configuration for Spring MVC tests.
Auto-configuration for web service clients.
-
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.endpoint.jmx
Classes in org.springframework.boot.actuate.autoconfigure.endpoint.jmx with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.admin
Classes in org.springframework.boot.autoconfigure.admin with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal classRegister 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 classAuto-configurationto enable/disable Spring's@EnableMBeanExportmechanism based on configuration properties. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
Classes in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal classAuto-configurationto expose actuator endpoints for Cloud Foundry to use in a reactive environment. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
Classes in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal classAuto-configurationto 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 classAuto-configurationfor Spring Data's Elasticsearch Reactive Repositories.final classAuto-configurationfor 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 classAuto-configurationfor 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 classAuto-configurationfor 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 classAuto-configurationfor 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 classAuto-configurationfor 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 classAuto-configurationfor 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.health.autoconfigure.actuate.endpoint
Classes in org.springframework.boot.health.autoconfigure.actuate.endpoint 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 classSpring 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 classAuto configurationfor 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 classAuto-configurationfor Micrometer-based metrics aspects. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.restclient.test.autoconfigure
Classes in org.springframework.boot.restclient.test.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal classAuto-configuration forMockRestServiceServersupport. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.servlet.autoconfigure
Classes in org.springframework.boot.servlet.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal classAuto-configurationfor configuring the encoding to use in Servlet web applications.final classAuto-configurationfor multipart uploads. -
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.servlet.autoconfigure.actuate.web.exchanges
Classes in org.springframework.boot.servlet.autoconfigure.actuate.web.exchanges with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.test.autoconfigure.json
Classes in org.springframework.boot.test.autoconfigure.json with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescription@interface@Conditionalthat checks if JSON testers are enabled. -
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.exchanges
Classes in org.springframework.boot.webflux.autoconfigure.actuate.web.exchanges 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 -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.webmvc.test.autoconfigure
Classes in org.springframework.boot.webmvc.test.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal classAuto-configuration for HtmlUnitWebClientMockMVC integration.final classAuto-configuration for SeleniumWebDriverMockMVC integration. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.webservices.test.autoconfigure.client
Classes in org.springframework.boot.webservices.test.autoconfigure.client with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionfinal classAuto-configuration forMockWebServiceServersupport.final classAuto-configuration for a web-clientWebServiceTemplate.