Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link ActiveMQConnectionFactory} whilst retaining default auto-configuration.
* {@link ActiveMQConnectionFactory} to fine-tune its auto-configuration.
*
* @author Stephane Nicoll
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link ConfigurableConversionService} that is used by the batch infrastructure while
* retaining its default auto-configuration.
* {@link ConfigurableConversionService} that is used by the batch infrastructure
* to fine-tune its auto-configuration.
*
* @author Claudio Nave
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link CqlSession} through a {@link CqlSessionBuilder} whilst retaining default
* auto-configuration.
* {@link CqlSession} through a {@link CqlSessionBuilder} to fine-tune
* its auto-configuration.
*
* @author Stephane Nicoll
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link DriverConfigLoader} through a {@link DriverConfigLoaderBuilderCustomizer} whilst
* retaining default auto-configuration.
* {@link DriverConfigLoader} through a {@link DriverConfigLoaderBuilderCustomizer}
* to fine-tune its auto-configuration.
*
* @author Stephane Nicoll
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link ClusterEnvironment} through a {@link Builder ClusterEnvironment.Builder} whilst
* retaining default auto-configuration.
* {@link ClusterEnvironment} through a {@link Builder ClusterEnvironment.Builder}
* to fine-tune its auto-configuration.
*
* @author Stephane Nicoll
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link ClientResources} through a {@link Builder} whilst retaining default
* auto-configuration.
* {@link ClientResources} through a {@link Builder} to fine-tune its auto-configuration.
*
* @author Stephane Nicoll
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link JedisClientConfiguration} through a {@link JedisClientConfigurationBuilder
* JedisClientConfiguration.JedisClientConfigurationBuilder} whilst retaining default
* auto-configuration.
* JedisClientConfiguration.JedisClientConfigurationBuilder} to fine-tune
* its auto-configuration.
*
* @author Mark Paluch
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link LettuceClientConfiguration} through a {@link LettuceClientConfigurationBuilder
* LettuceClientConfiguration.LettuceClientConfigurationBuilder} whilst retaining default
* auto-configuration. To customize only the
* LettuceClientConfiguration.LettuceClientConfigurationBuilder} to fine-tune
* its auto-configuration. To customize only the
* {@link LettuceClientConfiguration#getClientOptions() client options} of the
* configuration, use {@link LettuceClientOptionsBuilderCustomizer} instead.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link ClientOptions} of the {@link LettuceClientConfiguration} through a
* {@link Builder} whilst retaining default auto-configuration. To customize the entire
* {@link Builder} to fine-tune its auto-configuration. To customize the entire
* configuration, use {@link LettuceClientConfigurationBuilderCustomizer} instead.
*
* @author Soohyun Lim
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

/**
* Callback interface that can be implemented by beans wishing to further customize the
* {@link Rest5Client} through a {@link Rest5ClientBuilder} whilst retaining default
* auto-configuration.
* {@link Rest5Client} through a {@link Rest5ClientBuilder} to fine-tune
* its auto-configuration.
*
* @author Brian Clozel
* @author Vedran Pavic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Callback interface that can be implemented by beans wishing to customize properties of
* {@link org.springframework.graphql.execution.GraphQlSource.SchemaResourceBuilder
* Builder} whilst retaining default auto-configuration.
* Builder} to fine-tune its auto-configuration.
*
* @author Rossen Stoyanchev
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/**
* Callback interface that can be implemented by beans wishing to further customize the
* {@link Gson} through {@link GsonBuilder} retaining its default auto-configuration.
* {@link Gson} through {@link GsonBuilder} to fine-tune its auto-configuration.
*
* @author Ivan Golovko
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link PollerMetadata} whilst retaining default auto-configuration.
* {@link PollerMetadata} to fine-tune its auto-configuration.
*
* @author Yanming Zhou
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

/**
* Callback interface that can be implemented by beans wishing to further customize the
* {@link ObjectMapper} through {@link Jackson2ObjectMapperBuilder} retaining its default
* auto-configuration.
* {@link ObjectMapper} through {@link Jackson2ObjectMapperBuilder} to fine-tune
* its auto-configuration.
*
* @author Grzegorz Poznachowski
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link DefaultConfiguration} whilst retaining default auto-configuration.
* {@link DefaultConfiguration} to fine-tune its auto-configuration.
*
* @author Stephane Nicoll
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link OtlpGrpcSpanExporterBuilder} whilst retaining default auto-configuration.
* {@link OtlpGrpcSpanExporterBuilder} to fine-tune its auto-configuration.
*
* @author Dmytro Nosan
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link OtlpHttpSpanExporterBuilder} whilst retaining default auto-configuration.
* {@link OtlpHttpSpanExporterBuilder} to fine-tune its auto-configuration.
*
* @author Dmytro Nosan
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link com.mongodb.MongoClientSettings} through a {@link Builder
* MongoClientSettings.Builder} whilst retaining default auto-configuration.
* MongoClientSettings.Builder} to fine-tune its auto-configuration.
*
* @author Mark Paluch
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link Config} through a {@link ConfigBuilder} whilst retaining default
* auto-configuration.
* {@link Config} through a {@link ConfigBuilder} to fine-tune its auto-configuration.
*
* @author Stephane Nicoll
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

/**
* Callback interface that can be implemented by beans wishing to customize the
* {@link ConnectionFactoryOptions} through a {@link Builder} whilst retaining default
* auto-configuration.
* {@link ConnectionFactoryOptions} through a {@link Builder} to fine-tune
* its auto-configuration.
*
* @author Mark Paluch
* @since 4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@

/**
* Callback interface that can be implemented by beans wishing to customize
* {@link TransactionManager TransactionManagers} while retaining default
* auto-configuration.
* {@link TransactionManager TransactionManagers} to fine-tune its auto-configuration.
*
* @param <T> the transaction manager type
* @author Andy Wilkinson
Expand Down