Uses of Class
org.mule.modules.google.api.model.BaseWrapper

Packages that use BaseWrapper
org.mule.modules.google.api.model   
 

Uses of BaseWrapper in org.mule.modules.google.api.model
 

Methods in org.mule.modules.google.api.model with type parameters of type BaseWrapper
static
<G extends com.google.api.client.json.GenericJson,T extends BaseWrapper<?>>
List<G>
BaseWrapper.unwrapp(Collection<T> models, Class<G> returnClass)
          Returns a new list with the wrapped objects
static
<T extends BaseWrapper<?>,G extends com.google.api.client.json.GenericJson>
List<T>
BaseWrapper.valueOf(Collection<G> googles, Class<T> returnClass)
          takes a collection of GenericJson and returns a list of wrappers of class returnClass
 



Copyright © 2012. All Rights Reserved.