Package co.fusionx.spotify.json

Examples of co.fusionx.spotify.json.JacksonConverter


    protected final RestAdapter mRestAdapter;

    public SyncBaseComponent() {
        mRestAdapter = new RestAdapter.Builder()
                .setEndpoint(SPOTIFY_URL)
                .setConverter(new JacksonConverter(OBJECT_MAPPER))
                .build();
    }
View Full Code Here

TOP

Related Classes of co.fusionx.spotify.json.JacksonConverter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.