File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11# SoftLayer API Client for Java
22
33[ ![ Build Status] ( https://travis-ci.org/softlayer/softlayer-java.svg )] ( https://travis-ci.org/softlayer/softlayer-java )
4+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.softlayer.api/softlayer-api-client/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.softlayer.api/softlayer-api-client )
5+ [ ![ Javadocs] ( https://www.javadoc.io/badge/com.softlayer.api/softlayer-api-client.svg )] ( https://www.javadoc.io/doc/com.softlayer.api/softlayer-api-client )
46
57## Introduction
68
@@ -263,7 +265,7 @@ name of your implementation on a single line in a file in the JAR at
263265
264266### JSON Marshalling
265267
266- The default JSON marshaller that is used is [ Gson] ( https://code.google. com/p/ google-gson/ ) . In order to create your own,
268+ The default JSON marshaller that is used is [ Gson] ( https://github. com/google/gson ) . In order to create your own,
267269alternative implementation you must implement ` com.softlayer.api.json.JsonMarshallerFactyory ` . Once implemented, this
268270can be explicitly set on the ` RestApiClient ` by calling ` setJsonMarshallerFactory ` . Instead of setting the factory
269271manually, you can also leverage Java's ` ServiceLoader ` mechanism to have it used by default. This involves adding the
You can’t perform that action at this time.
0 commit comments