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 admin-related features.
Auto-configuration for RabbitMQ.
Auto-configuration for Spring AOP.
Auto-configuration for Spring Batch.
Auto-configuration for Spring DAO.
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.
Auto-configuration for JMX.
Auto-configuration for Apache Kafka.
Auto-configuration for Liquibase.
Auto-configuration for email support.
Auto-configuration for JPA and Spring ORM.
Auto-configuration for Spring for Apache Pulsar.
Auto-configuration for basic script-based initialization of an SQL database.
Auto-configuration for transaction support.
Auto-configuration for JTA.
Auto-configuration for reactive web servers and Spring WebFlux.
Auto-configuration for servlet web servers and Spring MVC.
Auto-configuration for Spring MVC error handling.
Auto-configuration for JSON tests.
Auto-configuration for web clients.
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.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.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.amqp
Methods in org.springframework.boot.autoconfigure.amqp 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.aop
Classes in org.springframework.boot.autoconfigure.aop with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.batch
Methods in org.springframework.boot.autoconfigure.batch 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.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.data.elasticsearch
Classes in org.springframework.boot.autoconfigure.data.elasticsearch 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.autoconfigure.data.jdbc
Classes in org.springframework.boot.autoconfigure.data.jdbc with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.data.jpa
Classes in org.springframework.boot.autoconfigure.data.jpa with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.data.ldap
Classes in org.springframework.boot.autoconfigure.data.ldap with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.data.r2dbc
Classes in org.springframework.boot.autoconfigure.data.r2dbc with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.data.redis
Classes in org.springframework.boot.autoconfigure.data.redis with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.flyway
Classes in org.springframework.boot.autoconfigure.flyway with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.groovy.template
Classes in org.springframework.boot.autoconfigure.groovy.template with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionstatic class
-
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.h2
Classes in org.springframework.boot.autoconfigure.h2 with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.integration
Classes in org.springframework.boot.autoconfigure.integration with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionprotected static class
Spring Integration JMX configuration. -
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.kafka
Methods in org.springframework.boot.autoconfigure.kafka 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.autoconfigure.liquibase
Classes in org.springframework.boot.autoconfigure.liquibase with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.mail
Classes in org.springframework.boot.autoconfigure.mail with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionclass
Auto configuration
for testing mail service connectivity on startup. -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.orm.jpa
Classes in org.springframework.boot.autoconfigure.orm.jpa with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.pulsar
Methods in org.springframework.boot.autoconfigure.pulsar 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.autoconfigure.sql.init
Classes in org.springframework.boot.autoconfigure.sql.init with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.transaction
Classes in org.springframework.boot.autoconfigure.transaction with annotations of type ConditionalOnBooleanPropertyModifier and TypeClassDescriptionstatic class
static class
-
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.transaction.jta
Classes in org.springframework.boot.autoconfigure.transaction.jta with annotations of type ConditionalOnBooleanProperty -
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.web.reactive
Methods in org.springframework.boot.autoconfigure.web.reactive with annotations of type ConditionalOnBooleanProperty -
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.Methods in org.springframework.boot.autoconfigure.web.servlet with annotations of type ConditionalOnBooleanPropertyModifier and TypeMethodDescriptionWebMvcAutoConfiguration.formContentFilter()
WebMvcAutoConfiguration.hiddenHttpMethodFilter()
-
Uses of ConditionalOnBooleanProperty in org.springframework.boot.autoconfigure.web.servlet.error
Classes in org.springframework.boot.autoconfigure.web.servlet.error 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 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
.