Interface JerseyClientBuilderConfigurer
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface JerseyClientBuilderConfigurerHook for customizing Jersey client builders. These are used when creating Jersey clients made available throughJerseyClientFactory.Beans that implement this interface will be picked up and their
configure()methods will be run when the Jersey client is initialized. This allows features and settings to be easily configured for clients at the builder level.- See Also:
JerseyClientBuilderConfigurer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(javax.ws.rs.client.ClientBuilder clientBuilder)Configures the Jersey client builder.
-