org.mule.devkit.unmapper
Class Unmapper

java.lang.Object
  extended by org.mule.devkit.unmapper.Unmapper

public class Unmapper
extends Object


Constructor Summary
Unmapper()
           
 
Method Summary
static
<T> T
populate(Class<?> clazz, Map<String,Object> attributes)
           
static
<T> List<T>
populateList(Class<?> clazz, List<Map<String,Object>> attributesList)
           
static Map<String,Object> toMap(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Unmapper

public Unmapper()
Method Detail

populate

public static <T> T populate(Class<?> clazz,
                             Map<String,Object> attributes)

populateList

public static <T> List<T> populateList(Class<?> clazz,
                                       List<Map<String,Object>> attributesList)

toMap

public static Map<String,Object> toMap(Object object)


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.