@Configuration public class JaxrsClientBuilderAutoConfiguration extends Object
JaxrsClientBuilder.
A JaxrsClientBuilder bean will be configured in context only if a JaxrsClientBuilder type bean is not
already present.
Any JaxrsClientCustomizers bean will be auto-detected and can be used to customize the ClientBuilder
instance used to provide the JAX-RS Clients.
A JaxrsClientBuilderFactory bean can be used to replace the default JAX-RS ClientBuilder instance
lookup strategy (i.e. ClientBuilder.newBuilder() with a custom one.
| Modifier and Type | Class and Description |
|---|---|
static class |
JaxrsClientBuilderAutoConfiguration.ClientBuilderConfiguration |
| Constructor and Description |
|---|
JaxrsClientBuilderAutoConfiguration() |
Copyright © 2019 The Holon Platform. All rights reserved.