All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.cloudyrock.reactivehttp.ReactiveHttpBuilder Maven / Gradle / Ivy

Go to download

Annotation style wrapper for reactive web client. Right now only for Spring WebClient

The newest version!
package com.github.cloudyrock.reactivehttp;

public final class ReactiveHttpBuilder {

    private ReactiveHttpBuilder() {
    }

    public static ReactiveHttpBuilderJackson jacksonBuilder() {
        return ReactiveHttpBuilderImpl.getInstance(ReactiveHttpBuilderImpl.ParserType.JACKSON);
    }

    public static ReactiveHttpBuilderBase defaultBuilder() {
        return ReactiveHttpBuilderImpl.getDefaultInstance();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy