Uses of Annotation Interface
org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
Packages that use ConditionalOnProperty
Package
Description
Auto-configuration classes for WebFlux support in Spring GraphQL.
Auto-configuration classes for RSocket integration with GraphQL.
Auto-configuration classes for MVC support in Spring GraphQL.
Auto-configuration for JDBC.
Auto-configuration for Jersey.
Auto-configuration for Apache Kafka.
Auto-configuration for Quartz Scheduler.
Auto-configuration for SendGrid.
Classes related to the auto-configuration of a reactive web server.
Auto-configuration for
spring-boot-devtools
.Auto-configuration for JDBC tests.
-
Uses of ConditionalOnProperty in org.springframework.boot.autoconfigure.graphql.reactive
Classes in org.springframework.boot.autoconfigure.graphql.reactive with annotations of type ConditionalOnPropertyModifier and TypeClassDescriptionstatic class
-
Uses of ConditionalOnProperty in org.springframework.boot.autoconfigure.graphql.rsocket
Classes in org.springframework.boot.autoconfigure.graphql.rsocket with annotations of type ConditionalOnPropertyModifier and TypeClassDescriptionclass
Auto-configuration
for enabling Spring GraphQL over RSocket. -
Uses of ConditionalOnProperty in org.springframework.boot.autoconfigure.graphql.servlet
Classes in org.springframework.boot.autoconfigure.graphql.servlet with annotations of type ConditionalOnPropertyModifier and TypeClassDescriptionstatic class
-
Uses of ConditionalOnProperty in org.springframework.boot.autoconfigure.jdbc
Classes in org.springframework.boot.autoconfigure.jdbc with annotations of type ConditionalOnProperty -
Uses of ConditionalOnProperty in org.springframework.boot.autoconfigure.jersey
Methods in org.springframework.boot.autoconfigure.jersey with annotations of type ConditionalOnPropertyModifier and TypeMethodDescriptionFilterRegistrationBean
<org.glassfish.jersey.servlet.ServletContainer> JerseyAutoConfiguration.jerseyFilterRegistration
(JerseyApplicationPath applicationPath) ServletRegistrationBean
<org.glassfish.jersey.servlet.ServletContainer> JerseyAutoConfiguration.jerseyServletRegistration
(JerseyApplicationPath applicationPath) -
Uses of ConditionalOnProperty in org.springframework.boot.autoconfigure.kafka
Methods in org.springframework.boot.autoconfigure.kafka with annotations of type ConditionalOnPropertyModifier and TypeMethodDescriptionorg.springframework.kafka.transaction.KafkaTransactionManager
<?, ?> KafkaAutoConfiguration.kafkaTransactionManager
(org.springframework.kafka.core.ProducerFactory<?, ?> producerFactory) -
Uses of ConditionalOnProperty in org.springframework.boot.autoconfigure.quartz
Classes in org.springframework.boot.autoconfigure.quartz with annotations of type ConditionalOnPropertyModifier and TypeClassDescriptionprotected static class
-
Uses of ConditionalOnProperty in org.springframework.boot.autoconfigure.sendgrid
Classes in org.springframework.boot.autoconfigure.sendgrid with annotations of type ConditionalOnProperty -
Uses of ConditionalOnProperty in org.springframework.boot.autoconfigure.web.server.reactive
Methods in org.springframework.boot.autoconfigure.web.server.reactive with annotations of type ConditionalOnProperty -
Uses of ConditionalOnProperty in org.springframework.boot.devtools.autoconfigure
Classes in org.springframework.boot.devtools.autoconfigure with annotations of type ConditionalOnProperty -
Uses of ConditionalOnProperty in org.springframework.boot.test.autoconfigure.jdbc
Methods in org.springframework.boot.test.autoconfigure.jdbc with annotations of type ConditionalOnPropertyModifier and TypeMethodDescriptionTestDatabaseAutoConfiguration.dataSource
(Environment environment)