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

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

Introduction

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

Usage

From source file com.yahoo.elide.utils.coerce.BidirectionalConvertUtilBean.java

/**
 * Allows registration based on source and target type (rather than just the target type).
 */
public class BidirectionalConvertUtilBean extends ConvertUtilsBean {
    protected Map<Pair<Class<?>, Class<?>>, Converter> bidirectionalConverters = new HashMap<>();

From source file com.joken.common.utils.ConverterUtils.java

/***
 * ?? ?
 * 
 * @author 
 * @date ?04:21:52
 * @since 1.0

From source file com.formkiq.core.form.bean.CustomConvertUtilsBean.java

/**
 * Custom {@link ConvertUtilsBean} with custom registered beans.
 *
 */
public class CustomConvertUtilsBean extends ConvertUtilsBean {

From source file info.magnolia.content2bean.impl.EnumAwareConvertUtilsBean.java

/**
 * A custom implementation of ConvertUtilsBean which can deal with Enum feature introduced in Java 5.
 *
 * @author gjoseph
 * @version $Id: $
 */

From source file info.magnolia.jcr.node2bean.impl.EnumAwareConvertUtilsBean.java

/**
 * A custom implementation of ConvertUtilsBean which can deal with Enum feature introduced in Java 5.
 *
 * @author gjoseph
 * @version $Id: $
 */