Example usage for org.apache.commons.beanutils BeanMap subclass-usage

List of usage examples for org.apache.commons.beanutils BeanMap subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.beanutils BeanMap subclass-usage.

Usage

From source file org.codehaus.groovy.grails.web.servlet.mvc.GrailsControllerBeanMap.java

/**
 * Filter action getters.
 *
 * @author Stephane Maldini
 * @since 2.0
 */

From source file com.zuora.api.object.ZuoraBeanMap.java

public class ZuoraBeanMap extends BeanMap {

    private static final DatatypeFactory datatypeFactory;
    static {
        try {
            datatypeFactory = DatatypeFactory.newInstance();

From source file ar.com.zauber.commons.mom.AttributesMap.java

/**
 * A delayed map that projects an object into a map. The logic is the following:
 * Null attributes are converted into null, mappeable arrays object attributes
 * are converted into collections of maps, mappeable object attributes are
 * converted into maps, and any other attribute is left unchanged.
 */

From source file org.mule.module.magento.api.util.MagentoMap.java

/**
 * A delayed map that converts a magento object into a map. The logic is the
 * following: Null attributes are converted into null, arrays of magento object
 * attributes are converted into collections of magento maps, magento object
 * attributes are converted into magento maps, and any other attribute is left
 * unchanged.