package

org.mule.modules.google.api.model

Classes

BaseWrapper<T extends GenericJson> Generic wrapper for classes that extend com.google.api.client.json.GenericJson Because the GenericJson class from Google's client extends java.util.Map but still has the structure of a Pojo, Mule's DataMapper cannot handle it as both, Map and Pojo.