Uses of Class
de.xima.fc.api.rest.pub.client.user.JaxRsAdapterRestEasyBuilder
Packages that use JaxRsAdapterRestEasyBuilder
-
Uses of JaxRsAdapterRestEasyBuilder in de.xima.fc.api.rest.pub.client.user
Methods in de.xima.fc.api.rest.pub.client.user that return JaxRsAdapterRestEasyBuilderModifier and TypeMethodDescriptionJaxRsAdapterRestEasyBuilder.buildClient(Function<? super org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder, ? extends javax.ws.rs.client.Client> buildClient) Optional function that takes aResteasyClientBuilderand returns the built client.static JaxRsAdapterRestEasyBuilderJaxRsAdapterRestEasy.builder()JaxRsAdapterRestEasyBuilder.clientHttpEngine(org.jboss.resteasy.client.jaxrs.ClientHttpEngine clientHttpEngine) Optional HTTP client engine to use with the client.JaxRsAdapterRestEasyBuilder.configureClient(Consumer<? super org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration> configClient) Optional consumer that is passed theClientConfigurationwhen a new client is created.JaxRsAdapterRestEasyBuilder.logging(boolean logging) When enabled, adds a default logger to the JaxRS client.JaxRsAdapterRestEasyBuilder.objectMapperResolverFactory(Function<DateFormat, javax.ws.rs.ext.ContextResolver<com.fasterxml.jackson.databind.ObjectMapper>> objectMapperResolverFactory) Factory for the context resolver for the object mapper to use for serialization and deserialization.JaxRsAdapterRestEasyBuilder.providerFactorySupplier(Supplier<org.jboss.resteasy.spi.ResteasyProviderFactory> providerFactorySupplier) Sets the supplier for creating a new ResteasyProviderFactory.JaxRsAdapterRestEasyBuilder.tempFolderPath(String tempFolderPath) Sets the path for storing uploaded files.Constructors in de.xima.fc.api.rest.pub.client.user with parameters of type JaxRsAdapterRestEasyBuilderModifierConstructorDescriptionprotectedA new JaxRS adapter backed by RESTEasy.