![JAR search and dependency download from the Maven repository](/logo.png)
com.oneops.infoblox.model.JsonAdapterFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infoblox-java Show documentation
Show all versions of infoblox-java Show documentation
A pure java API for Infoblox DNS appliance.
package com.oneops.infoblox.model;
import com.ryanharter.auto.value.moshi.MoshiAdapterFactory;
import com.squareup.moshi.JsonAdapter;
/**
* A {@link JsonAdapter.Factory} for all of the auto-value-moshi classes. This is
* to avoid adding each generated JsonAdapter to your Moshi instance manually.
*
* @author Suresh
*/
@MoshiAdapterFactory
public abstract class JsonAdapterFactory implements JsonAdapter.Factory {
public static JsonAdapter.Factory create() {
return new AutoValueMoshi_JsonAdapterFactory();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy