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.
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
Actuator Jackson auto-configuration.
Actuator JMX endpoint auto-configuration.
Auto-configuration for actuator metrics and Micrometer.
Auto-configuration for Jetty actuator metrics.
Auto-configuration for actuator HTTP exchanges.
Actuator Spring MVC support.
Auto-configuration for RabbitMQ.
Auto-configuration for admin-related features.
Auto-configuration for Spring AOP.
Auto-configuration for Spring DAO.
Auto-configuration for JMX.
Auto-configuration for servlet web servers and Spring MVC.
Auto-configuration for Spring Batch.
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 Groovy templates.
Auto-configuration for H2's Console.
Auto-configuration for Spring Integration.
Base Auto-configuration for JPA and Spring ORM.
Auto-configuration for Apache Kafka.
Auto-configuration for Liquibase.
Auto-configuration for email support.
Auto-configuration for Spring for Apache Pulsar.
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 transaction support.
Auto-configuration for JTA.
Auto-configuration for reactive web servers and Spring WebFlux.
Auto-configuration for Spring MVC.
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
Methods in org.springframework.boot.actuate.autoconfigure.availability with annotations of type ConditionalOnBooleanPropertyModifier and TypeMethodDescriptionAvailabilityHealthContributorAutoConfiguration.livenessStateHealthIndicator
(ApplicationAvailability applicationAvailability) AvailabilityHealthContributorAutoConfiguration.readinessStateHealthIndicator
(ApplicationAvailability applicationAvailability) -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
Classes in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionclass
Auto-configuration
to expose actuator endpoints for Cloud Foundry to use in a reactive environment. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
Classes in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionclass
Auto-configuration
to expose actuator endpoints for Cloud Foundry to use. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.actuate.autoconfigure.endpoint.jackson
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.jackson 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.actuate.autoconfigure.metrics
Classes in org.springframework.boot.actuate.autoconfigure.metrics with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.actuate.autoconfigure.metrics.web.jetty
Methods in org.springframework.boot.actuate.autoconfigure.metrics.web.jetty with annotations of type ConditionalOnBooleanPropertyModifier and TypeMethodDescriptionJettyMetricsAutoConfiguration.jettySslHandshakeMetricsBinder
(io.micrometer.core.instrument.MeterRegistry meterRegistry) -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.actuate.autoconfigure.web.exchanges
Classes in org.springframework.boot.actuate.autoconfigure.web.exchanges with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.actuate.autoconfigure.web.servlet
Classes in org.springframework.boot.actuate.autoconfigure.web.servlet with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionprotected static class
-
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 TypeClassDescriptionclass
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.dao
Methods in org.springframework.boot.autoconfigure.dao with annotations of type ConditionalOnBooleanPropertyModifier and TypeMethodDescriptionPersistenceExceptionTranslationAutoConfiguration.persistenceExceptionTranslationPostProcessor
(Environment environment) -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.jmx
Classes in org.springframework.boot.autoconfigure.jmx with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionclass
Auto-configuration
to enable/disable Spring's@EnableMBeanExport
mechanism based on configuration properties. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.web.servlet
Classes in org.springframework.boot.autoconfigure.web.servlet with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionclass
Auto-configuration
for configuring the encoding to use in web applications.class
Auto-configuration
for multipart uploads. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.batch.autoconfigure
Methods in org.springframework.boot.batch.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeMethodDescriptionBatchAutoConfiguration.jobLauncherApplicationRunner
(org.springframework.batch.core.launch.JobLauncher jobLauncher, org.springframework.batch.core.explore.JobExplorer jobExplorer, org.springframework.batch.core.repository.JobRepository jobRepository, BatchProperties properties) -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.data.elasticsearch.autoconfigure
Classes in org.springframework.boot.data.elasticsearch.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionclass
Auto-configuration
for Spring Data's Elasticsearch Repositories.class
Auto-configuration
for Spring Data's Elasticsearch Reactive Repositories. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.data.jdbc.autoconfigure
Classes in org.springframework.boot.data.jdbc.autoconfigure with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.data.jpa.autoconfigure
Classes in org.springframework.boot.data.jpa.autoconfigure with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.data.ldap.autoconfigure
Classes in org.springframework.boot.data.ldap.autoconfigure with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.data.r2dbc.autoconfigure
Classes in org.springframework.boot.data.r2dbc.autoconfigure with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.data.redis.autoconfigure
Classes in org.springframework.boot.data.redis.autoconfigure with annotations of type ConditionalOnBooleanProperty -
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.groovy.template.autoconfigure
Classes in org.springframework.boot.groovy.template.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionstatic class
-
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.kafka.autoconfigure
Methods in org.springframework.boot.kafka.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeMethodDescriptionorg.springframework.kafka.security.jaas.KafkaJaasLoginModuleInitializer
KafkaAutoConfiguration.kafkaJaasInitializer()
org.springframework.kafka.retrytopic.RetryTopicConfiguration
KafkaAutoConfiguration.kafkaRetryTopicConfiguration
(org.springframework.kafka.core.KafkaTemplate<?, ?> kafkaTemplate) -
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 TypeClassDescriptionclass
Auto configuration
for testing mail service connectivity on startup. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.pulsar.autoconfigure
Methods in org.springframework.boot.pulsar.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeMethodDescriptionorg.springframework.pulsar.transaction.PulsarTransactionManager
PulsarAutoConfiguration.pulsarTransactionManager
(org.apache.pulsar.client.api.PulsarClient pulsarClient) -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.test.autoconfigure.json
Classes in org.springframework.boot.test.autoconfigure.json with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionclass
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 TypeClassDescriptionclass
Auto-configuration forMockRestServiceServer
support.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 TypeClassDescriptionclass
Auto-configuration for HtmlUnitWebClient
MockMVC integration.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 TypeClassDescriptionclass
Auto-configuration forMockWebServiceServer
support.class
Auto-configuration for a web-clientWebServiceTemplate
. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.transaction.autoconfigure
Classes in org.springframework.boot.transaction.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionstatic class
static class
-
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
Methods in org.springframework.boot.webflux.autoconfigure with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.webmvc.autoconfigure
Methods in org.springframework.boot.webmvc.autoconfigure with annotations of type ConditionalOnBooleanPropertyModifier and TypeMethodDescriptionWebMvcAutoConfiguration.formContentFilter()
WebMvcAutoConfiguration.hiddenHttpMethodFilter()
-
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