A C J N 
All Classes All Packages

A

au.net.causal.shoelaces.jerseyclient - package au.net.causal.shoelaces.jerseyclient
 

C

client() - Method in class au.net.causal.shoelaces.jerseyclient.JerseyClientFactory.CloseableClient
 
close() - Method in class au.net.causal.shoelaces.jerseyclient.JerseyClientFactory.CloseableClient
 
CloseableClient(Client) - Constructor for class au.net.causal.shoelaces.jerseyclient.JerseyClientFactory.CloseableClient
 
configure(ObjectMapper) - Method in interface au.net.causal.shoelaces.jerseyclient.JerseyClientObjectMapperConfigurer
Customize an object mapper that is used for Jersey clients.
configure(Client) - Method in interface au.net.causal.shoelaces.jerseyclient.JerseyClientConfigurer
Configure the Jersey client.
configure(ClientBuilder) - Method in interface au.net.causal.shoelaces.jerseyclient.JerseyClientBuilderConfigurer
Configures the Jersey client builder.
configureObjectMapperForJersey(Optional<Collection<? extends JerseyClientObjectMapperConfigurer>>, ObjectMapper) - Method in class au.net.causal.shoelaces.jerseyclient.JerseyClientAutoConfiguration
 

J

jacksonObjectMapperJerseyClientConfigurer(ObjectMapper) - Method in class au.net.causal.shoelaces.jerseyclient.JerseyClientAutoConfiguration
 
JerseyClientAutoConfiguration - Class in au.net.causal.shoelaces.jerseyclient
 
JerseyClientAutoConfiguration() - Constructor for class au.net.causal.shoelaces.jerseyclient.JerseyClientAutoConfiguration
 
JerseyClientBuilderConfigurer - Interface in au.net.causal.shoelaces.jerseyclient
Hook for customizing Jersey client builders.
JerseyClientConfigured - Annotation Type in au.net.causal.shoelaces.jerseyclient
Spring qualifier annotation that marks an object mapper as one specifically for use with Jersey clients.
JerseyClientConfigurer - Interface in au.net.causal.shoelaces.jerseyclient
Hook for customizing Jersey client beans.
jerseyClientFactory(Optional<Collection<? extends JerseyClientBuilderConfigurer>>, Optional<Collection<? extends JerseyClientConfigurer>>) - Method in class au.net.causal.shoelaces.jerseyclient.JerseyClientAutoConfiguration
 
JerseyClientFactory - Interface in au.net.causal.shoelaces.jerseyclient
Creates pre-configured JAX-RS clients.
JerseyClientFactory.CloseableClient - Class in au.net.causal.shoelaces.jerseyclient
Wrapper for clients that makes them easy to use with try-with-resources.
JerseyClientObjectMapperConfigurer - Interface in au.net.causal.shoelaces.jerseyclient
Hook for customizing the Jackson object mapper used by Jersey clients that are made available from JerseyClientFactorys.

N

newClient() - Method in interface au.net.causal.shoelaces.jerseyclient.JerseyClientFactory
 
A C J N 
All Classes All Packages